Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit a374001

Browse files
Merge pull request #298 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
build(deps): bump goreleaser/goreleaser-action from 6 to 7
2 parents 3eb3490 + 8f77f75 commit a374001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.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@v6
32+
uses: goreleaser/goreleaser-action@v7
3333
with:
3434
version: latest
3535
args: release --clean

0 commit comments

Comments
 (0)