Skip to content

Commit 04918fd

Browse files
[+] bump goreleaser/goreleaser-action from 5 to 6 (#655)
[+] Bump goreleaser/goreleaser-action from 5 to 6 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [+] bump `.goreleaser.yml` version to 2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>
1 parent 998aa4d commit 04918fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
path-to-profile: profile.cov
142142

143143
- name: Run GoReleaser
144-
uses: goreleaser/goreleaser-action@v5
144+
uses: goreleaser/goreleaser-action@v6
145145
with:
146146
version: latest
147147
args: release --snapshot --skip=publish --clean

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: git fetch --prune --unshallow
2424

2525
- name: Release via goreleaser
26-
uses: goreleaser/goreleaser-action@v5
26+
uses: goreleaser/goreleaser-action@v6
2727
with:
2828
args: release
2929
env:

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod download

0 commit comments

Comments
 (0)