Skip to content

Commit

Permalink
Try Homebrew (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
soldiermoth authored Feb 12, 2021
1 parent 558b532 commit e1ab515
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -42,4 +42,5 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ archives:
windows: Windows
386: i386
amd64: x86_64
brews:
- tap:
owner: soldiermoth
name: homebrew-tap
folder: Formula
homepage: https://github.com/soldiermoth/bex
description: Bobby's XML Utility
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e1ab515

Please sign in to comment.