Skip to content

Commit 7befae3

Browse files
Switch homebrew distribution from cask to formula
1 parent d5c94d2 commit 7befae3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ changelog:
3838
- "^test:"
3939
- "^ci:"
4040

41-
homebrew_casks:
41+
brews:
4242
- name: chargebee-cli
4343
repository:
4444
owner: jhuiting
@@ -50,7 +50,8 @@ homebrew_casks:
5050
owner: jhuiting
5151
name: homebrew-tap
5252
branch: main
53-
binary: cb
5453
homepage: "https://github.com/jhuiting/chargebee-cli"
5554
description: "Chargebee CLI — develop, test, and manage your Chargebee integration"
5655
license: "MIT"
56+
install: |
57+
bin.install "cb"

0 commit comments

Comments
 (0)