Skip to content

Commit

Permalink
chore(release): Include head to Homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmarty committed Jul 5, 2024
1 parent b02a7c2 commit 081e386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ brews:
homepage: "https://github.com/evilmarty/ilc"
description: "Simplify creating command-line utilities"
license: "GPL"
custom_block: |
head "https://github.com/evilmarty/ilc.git", branch: "main"
install: |
bin.install Dir["*"].first => "ilc"
test: |
Expand Down

0 comments on commit 081e386

Please sign in to comment.