Skip to content

Commit

Permalink
Merge pull request #7 from ayanami77/chore/homebrew-tap
Browse files Browse the repository at this point in the history
chore: add homebrew-taps flow
  • Loading branch information
taga3s committed Jul 27, 2024
2 parents 745285d + e3ba823 commit e12f65c
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,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 @@ -44,3 +44,9 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- repository:
owner: ayanami77
name: homebrew-ascii-art-gen
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit e12f65c

Please sign in to comment.