Commit 342e215
fix(ci): use full tag name for Homebrew formula updates (#507)
The bump-homebrew-formula-action was failing with HTTP 404 because it
was looking for release assets at tag `v0.7.2` when the actual release
tag is `redisctl-v0.7.2`.
Changes:
- Pass the full tag directly instead of stripping and re-prefixing
- Add explicit download-url to ensure correct asset resolution
- Add condition to only run for `redisctl-v*` tags (skip redis-cloud,
redis-enterprise, and redisctl-config releases)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <[email protected]>1 parent e339677 commit 342e215
1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | 292 | | |
302 | 293 | | |
303 | 294 | | |
304 | 295 | | |
305 | 296 | | |
306 | | - | |
| 297 | + | |
307 | 298 | | |
| 299 | + | |
308 | 300 | | |
309 | 301 | | |
310 | 302 | | |
| |||
0 commit comments