Skip to content

Commit

Permalink
fixup! ci: refactor release workflow
Browse files Browse the repository at this point in the history
setting npm secret for publishing
  • Loading branch information
tuler committed Oct 18, 2024
1 parent 8338955 commit ec25d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
publish: pnpm run publish-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages_to_build:
name: Get released packages
Expand Down

0 comments on commit ec25d97

Please sign in to comment.