Skip to content

Commit

Permalink
homebrew へのリリース対応
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotaro Inoue committed Dec 6, 2023
1 parent 1bf1a00 commit 5d7aa87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ changelog:
exclude:
- "^docs:"
- "^test:"
brews:
- repository:
owner: gumi
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"

0 comments on commit 5d7aa87

Please sign in to comment.