Skip to content

Commit 7085010

Browse files
sionsmithclaude
andcommitted
fix(ci): Update GoReleaser action to v2 for version 2 config
The .goreleaser.yml uses version: 2 schema which requires GoReleaser v2. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e261aed commit 7085010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
passphrase: ${{ secrets.GPG_PASSPHRASE }}
3434

3535
- name: Run GoReleaser
36-
uses: goreleaser/goreleaser-action@v5
36+
uses: goreleaser/goreleaser-action@v6
3737
with:
38-
version: latest
38+
version: "~> v2"
3939
args: release --clean
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)