Browse Source

set upstream to the push command (#7177)

Madhu Dollu 2 years ago
parent
commit
b2ac6da1b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      theme-utils.mjs

+ 1 - 1
theme-utils.mjs

@@ -279,7 +279,7 @@ async function pushButtonDeploy() {
 
 			await executeCommand(`
 				git commit -m "Version Bump";
-				git push
+				git push --set-upstream origin trunk
 			`, true);
 		}