Skip to content

Commit

Permalink
Merge pull request #65 from minamijoyo/update-goreleaser-to-v2
Browse files Browse the repository at this point in the history
Update goreleaser to v2
  • Loading branch information
minamijoyo authored Aug 10, 2024
2 parents abc2bd4 + 721683d commit 37b7bca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.terraform/
bin/
tmp/
dist/
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
repository: minamijoyo/homebrew-tfschema
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.generate_github_app_token.outputs.token }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- binary: tfschema
goos:
Expand All @@ -19,7 +20,7 @@ changelog:
- Update README
- Update CHANGELOG
brews:
- tap:
- repository:
owner: minamijoyo
name: homebrew-tfschema
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 37b7bca

Please sign in to comment.