浏览代码

set upstream to the push command (#7177)

Madhu Dollu 2 年之前
父节点
当前提交
b2ac6da1b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 		}