Skip to content

Commit 8bfbd18

Browse files
authored
Merge pull request #103 from spinframework/dependabot/github_actions/goreleaser/goreleaser-action-6
Bump goreleaser/goreleaser-action from 5 to 6
2 parents 778fbf0 + 6f856c5 commit 8bfbd18

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
@@ -25,7 +25,7 @@ jobs:
2525
go-version: stable
2626

2727
- name: Run GoReleaser
28-
uses: goreleaser/goreleaser-action@v5
28+
uses: goreleaser/goreleaser-action@v6
2929
with:
3030
version: latest
3131
args: release --clean ${{ github.ref == 'refs/heads/main' && '--snapshot' || '' }}

0 commit comments

Comments
 (0)