Commit 0f8447b
ci(test-homebrew-build): validate hookdeck-beta.rb instead of hookdeck.rb
The GoReleaser brews block now produces `hookdeck-beta.rb` only (the stable
`hookdeck` formula lives in homebrew-core). The test-homebrew-build CI was
still validating `dist/homebrew/Formula/hookdeck.rb`, which no longer exists.
Updates:
- `test-scripts/test-homebrew-build.sh`: validate_formula now reads
`hookdeck-beta.rb`; the install-test path (gated by `--install` flag,
workflow_dispatch only) targets the `hookdeck-beta` formula name.
- `.github/workflows/test-homebrew-build.yml`: upload artifact path
updated to `hookdeck-beta.rb`.
Verified locally: `./test-scripts/test-homebrew-build.sh` exits 0.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6f09f53 commit 0f8447b
2 files changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| |||
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
301 | | - | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
323 | | - | |
324 | | - | |
| 325 | + | |
| 326 | + | |
325 | 327 | | |
326 | 328 | | |
327 | 329 | | |
| |||
0 commit comments