Skip to content

Commit

Permalink
Merge pull request #9 from loveholidays/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser GH action as suggested here: go-task/task#1122
  • Loading branch information
npalumbo authored Aug 9, 2024
2 parents 36d4ab5 + 9d95529 commit a2f0375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }}
GITHUB_TOKEN: ${{ secrets.TOKEN_GORELEASER }}

0 comments on commit a2f0375

Please sign in to comment.