Skip to content

Commit 5c0eb78

Browse files
authored
fix(ci): pin goreleaser version to v1.10.3 (#185)
1 parent 2dc9099 commit 5c0eb78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
- name: Run GoReleaser
3737
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # tag=v3.2.0
3838
with:
39-
version: latest
39+
# TODO(brumhard): set back to latest after issue is fixed
40+
# https://github.com/goreleaser/goreleaser/issues/3573
41+
version: v1.10.3
4042
args: release --rm-dist
4143
env:
4244
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)