Skip to content

Commit bbe8913

Browse files
authored
Merge pull request #18 from NETWAYS/dependabot/github_actions/goreleaser/goreleaser-action-6
Bump goreleaser/goreleaser-action from 5 to 6
2 parents 4aafe14 + afef70d commit bbe8913

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

+1-1
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@v5
32+
uses: goreleaser/goreleaser-action@v6
3333
with:
3434
version: latest
3535
args: release --rm-dist

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# See documentation at https://goreleaser.com
2+
version: 2
23
before:
34
hooks:
45
- go mod download

0 commit comments

Comments
 (0)