Skip to content

Commit 4e58a93

Browse files
committed
.
1 parent 0097296 commit 4e58a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
node-version: "15.x"
1010
registry-url: https://registry.npmjs.org/
1111
- run: npm publish
12-
if: startsWith(github.ref, 'refs/tags/')
12+
if: startsWith(github.ref, 'refs/tags/v')
1313
env:
1414
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)