Skip to content

Commit

Permalink
fix: add GITHUB_TOKEN to env in release step
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Sep 13, 2024
1 parent a16ccd7 commit b26a630
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 @@ -25,3 +25,5 @@ jobs:
- name: Release
run: |
nix develop --command bash -c "goreleaser release --clean"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b26a630

Please sign in to comment.