Skip to content

Commit

Permalink
change how NPM_TOKEN is consumed during release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maht0rz committed Feb 3, 2025
1 parent fa01e7c commit fa91251
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: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && git status
npm config set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
- name: Run Lerna Release
run: npm run publish:canary
Expand Down

0 comments on commit fa91251

Please sign in to comment.