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 e2675de commit 2ece01eCopy full SHA for 2ece01e
.github/workflows/default.yml
@@ -78,4 +78,4 @@ jobs:
78
- name: Publish to npmjs
79
run: npm publish --access public
80
env:
81
- NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments