Skip to content

Commit

Permalink
add brew to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari committed Mar 8, 2022
1 parent 047fd52 commit 90c747e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ checksum:
name_template: "checksums.txt"
changelog:
skip: true
brews:
- tap:
owner: marwanhawari
name: homebrew-tap
folder: Formula
commit_author:
name: Marwan Hawari
email: [email protected]
license: "MIT"
homepage: "https://github.com/marwanhawari/stew"
description: "An independent package manager for compiled binaries"

0 comments on commit 90c747e

Please sign in to comment.