Skip to content

Commit

Permalink
Add Homebrew tap publication (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Nov 2, 2022
1 parent aae700b commit 2fb658e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ archives:
amd64: x86_64
checksum:
name_template: 'checksums.txt'
brews:
- name: turbolift
description: A simple tool to help apply changes across many GitHub repositories simultaneously
homepage: https://github.com/Skyscanner/turbolift
license: Apache 2.0
tap:
owner: Skyscanner
name: homebrew-tools
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
dependencies:
- name: gh

0 comments on commit 2fb658e

Please sign in to comment.