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 02304c2 commit f4d8c25Copy full SHA for f4d8c25
.github/workflows/release.yml
@@ -149,5 +149,5 @@ jobs:
149
env:
150
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
151
run: |
152
- npm config set _authToken ${NPM_PUBLISH_TOKEN}
+ npm config set //registry.npmjs.org/:_authToken ${NPM_PUBLISH_TOKEN}
153
npm publish --access public
0 commit comments