diff --git a/script/bump-zed-minor-versions b/script/bump-zed-minor-versions index 4e59b293ff..10535ce79b 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} \\