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 73e3599 commit 8bba02fCopy full SHA for 8bba02f
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
run: echo "new tag $NEW_TAG"
29
- run: npm publish --access public
30
env:
31
- NODE_AUTH_TOKEN: ${{ secrets.npm_api_token }}
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
0 commit comments