Skip to content

Commit a5247ca

Browse files
Merge pull request #92 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
Bump goreleaser/goreleaser-action from 6 to 7
2 parents 462c86b + adbe398 commit a5247ca

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@v6
35+
uses: goreleaser/goreleaser-action@v7
3636
with:
3737
version: latest
3838
args: release --clean

0 commit comments

Comments
 (0)