Skip to content

Commit

Permalink
ci(release): add NODE_AUTH_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Mar 29, 2024
1 parent 54556f2 commit ac3bad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
publish: bun run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ac3bad4

Please sign in to comment.