Skip to content

Commit

Permalink
ci: add homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Jan 31, 2023
1 parent 316bf02 commit 0aa7020
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
AUR_KEY: ${{ secrets.AUR_KEY }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,19 @@ changelog:

furies:
- account: jon4hz

brews:
-
name: '{{ .Var.binary_name }}'
ids:
- default
tap:
owner: jon4hz
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: jon4hz
email: [email protected]
homepage: '{{ .Var.homepage }}'
description: '{{ .Var.description }}'

0 comments on commit 0aa7020

Please sign in to comment.