Skip to content

Commit 9b36f2e

Browse files
arimxyerclaude
andcommitted
fix(ci): use 'latest' for GoReleaser version
Changed from v6 to latest. The version field expects a GoReleaser CLI version (e.g., latest, v2.4.8), not the action version. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 743d272 commit 9b36f2e

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: goreleaser/goreleaser-action@v6
3131
with:
3232
distribution: goreleaser
33-
version: v6
33+
version: latest
3434
args: release --clean
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)