Skip to content

Commit

Permalink
hof/release: change goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 4, 2024
1 parent 19cdfb3 commit e0eb585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: 1.21.9
version: latest
workdir: cmd/hof
args: release --clean -f goreleaser.yml -p 1
env:
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/common/steps.cue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Steps: {
with: {
// either 'goreleaser' (default) or 'goreleaser-pro'
distribution: "goreleaser"
version: "1.21.9"
version: "latest"
workdir: "cmd/hof"
args: "release --clean -f goreleaser.yml -p 1"
}
Expand Down

0 comments on commit e0eb585

Please sign in to comment.