Skip to content

Commit

Permalink
hof/ci: fix goreleaser version due to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jul 31, 2023
1 parent ba9681e commit a881466
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@v4
with:
distribution: goreleaser
version: latest
version: 1.18.2
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: "latest"
version: "1.18.2"
workdir: "cmd/hof"
args: "release --clean -f goreleaser.yml -p 1"
}
Expand Down

0 comments on commit a881466

Please sign in to comment.