Skip to content

Commit

Permalink
dev: tools/release: update for new "github" remote name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 1, 2022
1 parent a8a585d commit 4ddb933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ prep() {
}

# Push the current branch to the CI branches that generate platform binaries.
# Assumes the github remote is named "github".
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
Expand Down

0 comments on commit 4ddb933

Please sign in to comment.