Skip to content

Commit 72cd081

Browse files
Merge pull request #126 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-7
Bump goreleaser/goreleaser-action from 6 to 7
2 parents 53f40ea + 10e917d commit 72cd081

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
@@ -33,7 +33,7 @@ jobs:
3333

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

0 commit comments

Comments
 (0)