Skip to content

Commit

Permalink
fix: access to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed Sep 18, 2024
1 parent 6505107 commit 6508322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
run: npx semantic-release

- name: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: npx lerna exec -- npm publish --access public

0 comments on commit 6508322

Please sign in to comment.