Skip to content

Commit b6074bb

Browse files
committed
update how NPM_TOKEN is used in the releas workflow
1 parent 4e9e4c9 commit b6074bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: "NPM Identity"
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
run: |
29-
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
28+
run: npm set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
3029

3130
- name: Run Lerna Release
3231
run: npm run publish:canary

0 commit comments

Comments
 (0)