Skip to content

Commit

Permalink
CI: Publish Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jun 21, 2024
1 parent 4f23264 commit d9156cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
goreleaser release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ checksum:

changelog:
use: github

brews:
- name: tf
description: Less verbose and more shell friendly Terraform
homepage: https://github.com/dex4er/tf
license: MIT
repository:
owner: dex4er
name: homebrew-tap
token: "{{ .Env.HOMEBREW_GITHUB_TOKEN }}"

0 comments on commit d9156cf

Please sign in to comment.