Skip to content

Commit 689a084

Browse files
committed
ci: upgrade goreleaser action version
1 parent e0d6963 commit 689a084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
1012

1113
- name: Set up Go
1214
uses: actions/setup-go@v3
@@ -88,7 +90,7 @@ jobs:
8890

8991
- name: Run GoReleaser
9092
if: steps.branch-name.outputs.is_tag == 'true'
91-
uses: goreleaser/goreleaser-action@v3
93+
uses: goreleaser/goreleaser-action@v4
9294
with:
9395
version: latest
9496
args: release --rm-dist

0 commit comments

Comments
 (0)