Skip to content

Commit d29b84d

Browse files
committed
ci: fix publish workflow
1 parent 22b8b0e commit d29b84d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Publish
33
on:
44
push:
5-
tags: v*.*.*
5+
tags:
6+
- v*.*.*
67
jobs:
78
Publish:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)