Skip to content

Commit

Permalink
Fix goreleaser GH action as suggested here: go-task/task#1122
Browse files Browse the repository at this point in the history
  • Loading branch information
npalumbo committed Aug 9, 2024
1 parent 36d4ab5 commit 9d95529
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 9d95529

Please sign in to comment.