Commit 7ab5c44
authored
fix(ci): extract version from tag for Homebrew formula update (#518)
The mislav/bump-homebrew-formula-action compares formula version against
the tag-name to determine if an update is needed. With our tag format
'redisctl-v0.7.3', the action was comparing '0.7.2' (from formula) against
'redisctl-v0.7.3' and incorrectly determining that 0.7.2 is newer.
This fix extracts just the version number (e.g., '0.7.3') from the full
tag name and passes 'v0.7.3' to the action for proper comparison, while
keeping the original tag for the download URL.1 parent 88e96fd commit 7ab5c44
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
292 | 298 | | |
293 | 299 | | |
294 | 300 | | |
295 | 301 | | |
296 | 302 | | |
297 | | - | |
| 303 | + | |
298 | 304 | | |
299 | 305 | | |
300 | 306 | | |
| |||
0 commit comments