Ver código fonte

set upstream to the push command (#7177)

Madhu Dollu 2 anos atrás
pai
commit
b2ac6da1b7
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 		}