dev: tools/release: update for new "github" remote name

This commit is contained in:
Simon Michael 2022-11-30 19:08:28 -05:00
parent dedb331845
commit 8fddc1e528

View File

@ -145,8 +145,9 @@ prep() {
} }
# Push the current branch to the CI branches that generate platform binaries. # Push the current branch to the CI branches that generate platform binaries.
# Assumes the github remote is named "github".
bin() { bin() {
run git push -f origin HEAD:binaries run git push -f github HEAD:binaries
} }
if declare -f "$1" > /dev/null; then "$@"; else usage; fi if declare -f "$1" > /dev/null; then "$@"; else usage; fi