We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1925952 commit 5238419Copy full SHA for 5238419
.github/workflows/release.yml
@@ -65,6 +65,9 @@ jobs:
65
id: goreleaser
66
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
67
with:
68
+ # Note that the following is the version of goreleaser, and NOT a Go version!
69
+ # When bumping it, make sure to check out goreleaser's changelog first!
70
+ # (https://github.com/goreleaser/goreleaser/releases)
71
version: 1.21.x
72
args: release --clean --timeout 1h
73
env:
0 commit comments