Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 52af843

Browse files
Merge pull request #16 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-5
Bump goreleaser/goreleaser-action from 4 to 5
2 parents 4c838e4 + 51fc2f0 commit 52af843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

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

3030
- name: Run goreleaser in release mode
3131
if: success() && startsWith(github.ref, 'refs/tags/v')
32-
uses: goreleaser/goreleaser-action@v4
32+
uses: goreleaser/goreleaser-action@v5
3333
with:
3434
version: latest
3535
args: release --rm-dist

0 commit comments

Comments
 (0)