Skip to content

Commit

Permalink
fix(ci): set GITHUB_TOKEN for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
brumhard committed May 9, 2023
1 parent 2934ea3 commit 70f2a3f
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 @@ -58,3 +58,5 @@ jobs:
run: find out/ -type f -exec cp {} out/bin/ \;
- name: Release
run: goreleaser release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 70f2a3f

Please sign in to comment.