Skip to content

Commit

Permalink
Explicitly mark goreleaser's version, to avoid confusion with the Go …
Browse files Browse the repository at this point in the history
…version.

Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Jun 28, 2024
1 parent 1925952 commit 5238419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
id: goreleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
# Note that the following is the version of goreleaser, and NOT a Go version!
# When bumping it, make sure to check out goreleaser's changelog first!
# (https://github.com/goreleaser/goreleaser/releases)
version: 1.21.x
args: release --clean --timeout 1h
env:
Expand Down

0 comments on commit 5238419

Please sign in to comment.