Commit 3d17534
fix(ci): call release_bb_github in the private-fork release path
PR #21775 renamed release_github -> release_bb_github but updated only one of
the two call sites; the private-fork path in ci-release kept calling the now
-undefined release_github, so any tag-based private release failed with exit 127
("command not found") before building. Point it at the renamed function.1 parent 7689c7f commit 3d17534
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
962 | 962 | | |
963 | 963 | | |
964 | 964 | | |
965 | | - | |
| 965 | + | |
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
| |||
0 commit comments