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 1c107a9 commit be8a2b1Copy full SHA for be8a2b1
.github/workflows/npm-publish.yml
@@ -36,4 +36,4 @@ jobs:
36
- run: npm run build
37
- run: npm run semantic-release
38
env:
39
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments