Skip to content

Commit 60b52fc

Browse files
Merge pull request #125 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
build(deps): bump goreleaser/goreleaser-action from 6 to 7
2 parents 4fc8db8 + 96a4efb commit 60b52fc

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)