Skip to content

Commit

Permalink
add: Support for brew 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
owlinux1000 committed Sep 30, 2023
1 parent 23dc697 commit b078535
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
with:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
8 changes: 7 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ changelog:
filters:
exclude:
- "^docs:"
- "^test:"
- "^test:"

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

0 comments on commit b078535

Please sign in to comment.