Skip to content

Commit

Permalink
Add GITHUB_TOKEN for the goreleaser (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSAS committed Jan 25, 2022
1 parent 1a1ec38 commit 47c271d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
with:
version: v1.2.5
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47c271d

Please sign in to comment.