From 5a0b77c84edabc8bf17d4ce90236bab1d8563e2a Mon Sep 17 00:00:00 2001 From: Adam Dernis Date: Thu, 21 Apr 2022 07:31:23 -0400 Subject: [PATCH] Changed push to origin main --- azure-pipelines-package-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-package-alpha.yml b/azure-pipelines-package-alpha.yml index 36863dc76..b1b46cb9f 100644 --- a/azure-pipelines-package-alpha.yml +++ b/azure-pipelines-package-alpha.yml @@ -110,7 +110,7 @@ steps: - script: | git add * git commit -m "Update to $(Build.BuildNumber)" - git push + git push origin main displayName: Push to QuarrelInstaller repo workingDirectory: $(System.DefaultWorkingDirectory)\QuarrelInstaller