Skip to content

Commit 32c2d05

Browse files
Merge pull request #21 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
Bump goreleaser/goreleaser-action from 6 to 7
2 parents 95edd41 + 759e2c2 commit 32c2d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

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)