Skip to content

Commit

Permalink
update how NPM_TOKEN is set during release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maht0rz committed Feb 3, 2025
1 parent fa91251 commit 4e9e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- name: Run Lerna Release
run: npm run publish:canary
Expand Down

0 comments on commit 4e9e4c9

Please sign in to comment.