Skip to content

Commit a1cca0b

Browse files
authored
chore: bump goreleaser to latest version in actions (#4814)
Signed-off-by: Mark Phelps <[email protected]>
1 parent 381bbc4 commit a1cca0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: goreleaser/goreleaser-action@v6
7373
with:
7474
distribution: goreleaser-pro
75-
version: "~> v2.3.0"
75+
version: "~> v2.12"
7676
args: build --clean -f .goreleaser.${{ matrix.name }}.yml
7777
env:
7878
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
@@ -157,7 +157,7 @@ jobs:
157157
uses: goreleaser/goreleaser-action@v6
158158
with:
159159
distribution: goreleaser-pro
160-
version: "~> v2.3.0"
160+
version: "~> v2.12"
161161
args: release --clean
162162
env:
163163
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)