Skip to content

Commit d440dd2

Browse files
committed
update how NPM_TOKEN is used in the releas workflow
1 parent 42ebda8 commit d440dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "NPM Identity"
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
run: npm config set registry "//registry.npmjs.org/" && npm config set _auth $NPM_TOKEN
28+
run: npm config set registry "https://registry.npmjs.org/" && npm config set _auth $NPM_TOKEN
2929

3030
- name: Run Lerna Release
3131
run: npm run publish:canary

0 commit comments

Comments
 (0)