Skip to content

Commit 0f76310

Browse files
committed
Pin goreleaser version
Pin goreleaser to v2.12.0 instead of using 'latest'. This avoids warnings in CI and makes sure things are more reproducible. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> :house: Remote-Dev: homespace
1 parent be6c2d9 commit 0f76310

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)