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 9e33cff commit 0da37eaCopy full SHA for 0da37ea
.github/workflows/npm-publish.yml
@@ -30,4 +30,4 @@ jobs:
30
- run: cd library && yarn install && yarn build
31
- run: cd library && npm publish --access public
32
env:
33
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments