Skip to content

Commit 4e9e4c9

Browse files
committed
update how NPM_TOKEN is set during release workflow
1 parent fa91251 commit 4e9e4c9

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
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
run: |
29-
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
29+
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
3030
3131
- name: Run Lerna Release
3232
run: npm run publish:canary

0 commit comments

Comments
 (0)