Skip to content

Commit a6f3107

Browse files
authored
Merge pull request #69 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-4
Bump goreleaser/goreleaser-action from 2 to 4
2 parents 5e4df00 + 1b849ca commit a6f3107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Run goreleaser in release mode
3434
if: success() && startsWith(github.ref, 'refs/tags/v')
35-
uses: goreleaser/goreleaser-action@v2
35+
uses: goreleaser/goreleaser-action@v4
3636
with:
3737
version: latest
3838
args: release --rm-dist

0 commit comments

Comments
 (0)