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 8c0f36a commit 01197eeCopy full SHA for 01197ee
.github/workflows/release.yml
@@ -30,4 +30,5 @@ jobs:
30
run: echo "new tag $NEW_TAG"
31
- run: npm publish --access public
32
env:
33
- NPM_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_API_TOKEN }}
34
+ NPM_PUBLISH_REGISTRY: https://registry.npmjs.org/
0 commit comments