Skip to content

Commit 213bb59

Browse files
committed
�� Fix Homebrew tap configuration
- Change from homebrew_casks to brews for proper CLI distribution - Remove invalid directory property - GoReleaser will now automatically update Homebrew tap on release
1 parent 8de4c16 commit 213bb59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ release:
118118
_Built with ❤️ by the Vapi team_
119119
120120
# Homebrew tap configuration
121-
homebrew_casks:
121+
brews:
122122
- repository:
123123
owner: VapiAI
124124
name: homebrew-tap
@@ -127,6 +127,10 @@ homebrew_casks:
127127
homepage: "https://vapi.ai"
128128
description: "Voice AI for developers - Vapi CLI"
129129
license: "MIT"
130+
test: |
131+
system "#{bin}/vapi", "--version"
132+
install: |
133+
bin.install "vapi"
130134
skip_upload: false
131135

132136
# Scoop bucket configuration (for Windows users)

0 commit comments

Comments
 (0)