Skip to content

Commit

Permalink
Add homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 5, 2021
1 parent 7709ec1 commit e9308f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
-
name: Upload Windows binary
uses: actions/upload-artifact@v2
Expand Down
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ archives:
windows: Windows
386: i386
amd64: x86_64
brews:
- tap:
owner: lincolnloop
name: homebrew-appack
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: https://apppack.io
description: CLI for AppPack.io
license: Apache-2.0
test: |
system "#{bin}/program --version"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e9308f2

Please sign in to comment.