Skip to content

Commit

Permalink
ci(publish): specify GITHUB_TOKEN in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Oct 19, 2024
1 parent 3b532b3 commit aaf10aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:

- name: Release
run: pnpx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aaf10aa

Please sign in to comment.