Skip to content

Commit

Permalink
chore: expose npm token in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexalexandrescu committed Nov 28, 2023
1 parent 5f9d19a commit a199202
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 @@ -37,4 +37,5 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit a199202

Please sign in to comment.