Skip to content

Commit

Permalink
chore(ci): pass NPM token to semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Jun 30, 2023
1 parent a4e6236 commit 2d490b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
SEMANTIC_RELEASE_NPM_PUBLISH: "true"
run: npx semantic-release

0 comments on commit 2d490b7

Please sign in to comment.