Skip to content

Commit

Permalink
fix: semantic-release uses GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Jul 8, 2022
1 parent 6a582ab commit 1f74b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,5 @@ jobs:
- name: Run semantic release
run: |
npx semantic-release --ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1f74b1b

Please sign in to comment.