Skip to content

Commit

Permalink
create homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Mar 24, 2023
1 parent 15d8683 commit 7b6d0df
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
Expand Up @@ -25,3 +25,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -34,3 +34,9 @@ changelog:
exclude:
- '^docs:'
- '^test:'

brews:
- tap:
owner: koki-develop
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 comments on commit 7b6d0df

Please sign in to comment.