Skip to content

Commit

Permalink
fix(ci): pin goreleaser version to v1.10.3 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
brumhard committed Nov 18, 2022
1 parent 2dc9099 commit 5c0eb78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # tag=v3.2.0
with:
version: latest
# TODO(brumhard): set back to latest after issue is fixed
# https://github.com/goreleaser/goreleaser/issues/3573
version: v1.10.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c0eb78

Please sign in to comment.