Skip to content

Commit

Permalink
Merge pull request #119 from minamijoyo/pin-goreleaser-to-v1
Browse files Browse the repository at this point in the history
Pin goreleaser to v1
  • Loading branch information
minamijoyo authored Aug 1, 2024
2 parents d08504e + c4882c2 commit 5e541d3
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 5e541d3

Please sign in to comment.