Skip to content

Commit 3d2856c

Browse files
authored
ci: fix publish script
1 parent 578a4f8 commit 3d2856c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
push:
55
tags:
6-
- *
6+
- v*
77

88
jobs:
99
test:
@@ -39,4 +39,4 @@ jobs:
3939
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
4040
npm publish --ignore-scripts
4141
env:
42-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)