We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b683c3 commit 8b47312Copy full SHA for 8b47312
.github/workflows/publish_to_npm.yml
@@ -22,4 +22,4 @@ jobs:
22
- run: npm ci
23
- run: npm publish --provenance --access public
24
env:
25
- NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.
+ NPM_ACCESS_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.
0 commit comments