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 dfe3b6c commit 48471c6Copy full SHA for 48471c6
.github/workflows/publish.yml
@@ -18,4 +18,4 @@ jobs:
18
- run: npm ci
19
- run: npm publish --provenance --access public
20
env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
0 commit comments