Commit fd9bc28
authored
Fix release workflow homebrew PR title check (#4983)
The homebrew PR is created with title 'Steampipe <version>' (no v prefix,
using github.event.inputs.version via env.Version). The later check
compared against 'Steampipe v<version>' (using env.VERSION which prepends
a v). Mismatch caused update_homebrew_tap to always fail after tagging,
which then skipped trigger_smoke_tests.
Fix: check against github.event.inputs.version to match the PR title
convention used across historical homebrew-tap PRs (Steampipe 2.3.5,
2.3.6, 2.4.0, 2.4.1).1 parent 31a9d9a commit fd9bc28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments