Browse Source

set upstream to the push command (#7177)

Madhu Dollu 2 năm trước cách đây
mục cha
commit
b2ac6da1b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
 		}