Skip to content

Commit

Permalink
Pin goreleaser to v1
Browse files Browse the repository at this point in the history
I noticed that the release flow is broken. It appears that the --rm-dist
flag was removed in goreleaser v2. We need to investigate the details
later, but I will pin it to v1 for now.
  • Loading branch information
minamijoyo committed Aug 1, 2024
1 parent d08504e commit c4882c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
repository: minamijoyo/homebrew-tfupdate
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: "~> v1"
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c4882c2

Please sign in to comment.