Skip to content

Commit fd31b26

Browse files
committed
update how NPM_TOKEN is used
1 parent d440dd2 commit fd31b26

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 "https://registry.npmjs.org/" && npm config set _auth $NPM_TOKEN
28+
run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
2929

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

0 commit comments

Comments
 (0)