Skip to content

Commit 56f8cc8

Browse files
Update goreleaser/goreleaser-action action to v5 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a38d8bd commit 56f8cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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@v4
35+
uses: goreleaser/goreleaser-action@v5
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@v4
46+
uses: goreleaser/goreleaser-action@v5
4747
with:
4848
distribution: goreleaser
4949
version: latest

0 commit comments

Comments
 (0)