We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0097296 commit 4e58a93Copy full SHA for 4e58a93
.github/workflows/main.yml
@@ -9,6 +9,6 @@ jobs:
9
node-version: "15.x"
10
registry-url: https://registry.npmjs.org/
11
- run: npm publish
12
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/v')
13
env:
14
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments