Skip to content

Commit

Permalink
Fixed GoReleaser version
Browse files Browse the repository at this point in the history
Every couple of months goreleaser breaks my projects' CIs because of
some update and because they can't seem to just stay backward
compatible and not fsck with older versions that simply have no need to
update right away.
  • Loading branch information
mrusme committed Jul 19, 2024
1 parent 9ee3efc commit eaa224a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
version: '~> v1'
args: release --clean --timeout 80m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eaa224a

Please sign in to comment.