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

Commit 87b2c45

Browse files
authored
Merge pull request #937 from cjellick/pin-goreleaser
Pin goreleaser to v1.12.3
2 parents ccc1be2 + 2fdb92a commit 87b2c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: goreleaser/goreleaser-action@v3
4848
with:
4949
distribution: goreleaser
50-
version: latest
50+
version: v1.12.3
5151
args: release --rm-dist
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)