We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cdfb3 commit e0eb585Copy full SHA for e0eb585
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
uses: goreleaser/goreleaser-action@v5
53
with:
54
distribution: goreleaser
55
- version: 1.21.9
+ version: latest
56
workdir: cmd/hof
57
args: release --clean -f goreleaser.yml -p 1
58
env:
ci/gha/common/steps.cue
@@ -69,7 +69,7 @@ Steps: {
69
with: {
70
// either 'goreleaser' (default) or 'goreleaser-pro'
71
distribution: "goreleaser"
72
- version: "1.21.9"
+ version: "latest"
73
workdir: "cmd/hof"
74
args: "release --clean -f goreleaser.yml -p 1"
75
}
0 commit comments