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 42ebda8 commit d440dd2Copy full SHA for d440dd2
.github/workflows/release-develop.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: "NPM Identity"
26
env:
27
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- run: npm config set registry "//registry.npmjs.org/" && npm config set _auth $NPM_TOKEN
+ run: npm config set registry "https://registry.npmjs.org/" && npm config set _auth $NPM_TOKEN
29
30
- name: Run Lerna Release
31
run: npm run publish:canary
0 commit comments