Skip to content

Commit ec640eb

Browse files
fix: switch homebrew from cask to formula (#248)
homebrew_casks writes to Casks/runpodctl.rb but users install via the formula at runpodctl.rb (root). brew install runpodctl always picks the formula, so the cask updates were invisible. switch to brews: which updates the formula that users actually use. this matches what gh, terraform, goreleaser, and other go cli tools do.
1 parent d8786c1 commit ec640eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ archives:
4949
release:
5050
prerelease: auto
5151

52-
homebrew_casks:
52+
brews:
5353
- name: runpodctl
5454
homepage: "https://github.com/runpod/runpodctl"
5555
repository:
@@ -66,6 +66,8 @@ homebrew_casks:
6666
commit_author:
6767
name: runpod
6868
69+
install: |
70+
bin.install "runpodctl"
6971
ids: [default]
7072

7173
checksum:

0 commit comments

Comments
 (0)