We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402334 commit 9d36a48Copy full SHA for 9d36a48
.github/workflows/npm-publish.yml .github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
registry-url: https://registry.npmjs.org/
20
- run: npm ci
21
- run: npm publish
22
+ if: startsWith(github.ref, 'refs/tags/')
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
25
0 commit comments