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.
2 parents bfcb908 + 52a6965 commit ebda33aCopy full SHA for ebda33a
.github/workflows/npm-publish.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "tag=beta" >> $GITHUB_ENV
33
- run: npm publish --access public --tag ${{ env.tag }}
34
env:
35
- NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
36
37
publish-github:
38
needs: build
0 commit comments