Skip to content

Commit

Permalink
ci: add npm token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanBerger98 committed Apr 3, 2024
1 parent 1dec972 commit 369bfa7
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 @@ -29,5 +29,6 @@ jobs:
run: npm install
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

0 comments on commit 369bfa7

Please sign in to comment.