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 4e9e4c9 commit b6074bbCopy full SHA for b6074bb
.github/workflows/release-develop.yml
@@ -25,8 +25,7 @@ jobs:
25
- name: "NPM Identity"
26
env:
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- run: |
29
- npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
+ run: npm set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
30
31
- name: Run Lerna Release
32
run: npm run publish:canary
0 commit comments