Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit e46d866

Browse files
authored
Merge pull request #2439 from thedadams/go-releaser-1-23-0
chore: use goreleaser version 1.23.0
2 parents aba5b56 + 49e1e7e commit e46d866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: goreleaser/goreleaser-action@v4
5454
with:
5555
distribution: goreleaser
56-
version: latest
56+
version: v1.23.0
5757
args: release --clean --snapshot
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: goreleaser/goreleaser-action@v4
5050
with:
5151
distribution: goreleaser
52-
version: v1.15.2
52+
version: v1.23.0
5353
args: release --rm-dist
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)