diff --git a/script/bump-zed-minor-versions b/script/bump-zed-minor-versions index 4e59b293ff6ab0a9d4038ac5af02b2599bfa62b7..10535ce79b12f1820986fcbaa4062def0c9ec856 100755 --- a/script/bump-zed-minor-versions +++ b/script/bump-zed-minor-versions @@ -97,7 +97,7 @@ Prepared new Zed versions locally. You will need to push the branches and open a # To push and open a PR to update main: - git push origin \\ + git push -u origin \\ ${preview_tag_name} \\ ${stable_tag_name} \\ ${minor_branch_name} \\