Skip to content

Commit 5238419

Browse files
committed
Explicitly mark goreleaser's version, to avoid confusion with the Go version.
Signed-off-by: Felix Fontein <[email protected]>
1 parent 1925952 commit 5238419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
id: goreleaser
6666
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
6767
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)
6871
version: 1.21.x
6972
args: release --clean --timeout 1h
7073
env:

0 commit comments

Comments
 (0)