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 b8af3cb commit 3885adfCopy full SHA for 3885adf
.github/workflows/npm-publish.yml
@@ -38,4 +38,4 @@ jobs:
38
- name: Publish to npm
39
run: npm publish
40
env:
41
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
.npmrc
@@ -1 +1 @@
1
-registry=https://registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
0 commit comments