Skip to content

Commit

Permalink
goreleaser: publish to own homebrew-tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKaufmann committed Aug 31, 2024
1 parent 1e9b7b4 commit a03c20a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ archives:
- goos: windows
format: zip

brews:
- name: html2markdown
repository:
owner: JohannesKaufmann
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

changelog:
sort: asc
filters:
Expand Down

0 comments on commit a03c20a

Please sign in to comment.