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 9ec6824 commit 6dbddaeCopy full SHA for 6dbddae
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: make all lint test
34
- run: npm publish
35
env:
36
- NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
37
shell: bash
38
39
publish-cli:
0 commit comments