Skip to content

Commit f51c187

Browse files
authored
Pin goreleaser version (#376)
Pin goreleaser to v2.12.0 instead of using 'latest'. This avoids warnings in CI and makes sure builds are more reproducible.
1 parent 959cdff commit f51c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: goreleaser/goreleaser-action@v6
3434
with:
3535
distribution: goreleaser
36-
version: latest
36+
version: v2.12.0
3737
args: release --clean
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)