Skip to content

Commit

Permalink
Add workflow to release to homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Jun 18, 2024
1 parent fe90374 commit b6e84df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- repository:
owner: ymtdzzz
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit b6e84df

Please sign in to comment.