Skip to content

Commit f27f59d

Browse files
Merge pull request #121 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
Bump goreleaser/goreleaser-action from 6 to 7
2 parents a400019 + a04ec07 commit f27f59d

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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Run goreleaser in release mode
3232
if: success() && startsWith(github.ref, 'refs/tags/v')
33-
uses: goreleaser/goreleaser-action@v6
33+
uses: goreleaser/goreleaser-action@v7
3434
with:
3535
version: latest
3636
args: release --clean

0 commit comments

Comments
 (0)