Skip to content

Commit f4b9676

Browse files
Update goreleaser/goreleaser-action action to v6
1 parent 46e3960 commit f4b9676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Build and release
3333
- name: Build release
3434
if: (github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.ref_name == 'master')
35-
uses: goreleaser/goreleaser-action@v5
35+
uses: goreleaser/goreleaser-action@v6
3636
with:
3737
distribution: goreleaser
3838
version: latest
@@ -43,7 +43,7 @@ jobs:
4343
# Trial build
4444
- name: Test build
4545
if: github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && github.ref_name != 'master')
46-
uses: goreleaser/goreleaser-action@v5
46+
uses: goreleaser/goreleaser-action@v6
4747
with:
4848
distribution: goreleaser
4949
version: latest

0 commit comments

Comments
 (0)