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 06ce07c commit 1bc94a0Copy full SHA for 1bc94a0
.github/workflows/release.yml
@@ -85,4 +85,4 @@ jobs:
85
if: github.event.inputs.dry_run != 'true'
86
run: npm publish --access public
87
env:
88
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments