Skip to content

Commit 337ccf6

Browse files
jackspirouclaude
andcommitted
fix: update GoReleaser version in release workflow
- Change from 'latest' to '~> v2' to support version 2 config - Fixes release workflow failure due to config version mismatch 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a1037a commit 337ccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: goreleaser/goreleaser-action@v5
4141
with:
4242
distribution: goreleaser
43-
version: latest
43+
version: '~> v2'
4444
args: release --clean
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)