diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml index 795b7e4780b29392e3c95a77205eba6483d9fc82..7bd864f3048b1a8a63a0c3ad38182a0debac96dc 100644 --- a/build/azure-pipelines/distro-build.yml +++ b/build/azure-pipelines/distro-build.yml @@ -24,7 +24,7 @@ steps: git remote add distro "https://github.com/$VSCODE_MIXIN_REPO.git" git fetch distro - git push distro master:distro/master + git push distro origin/master:distro/master git merge $(node -p "require('./package.json').distro") - displayName: Merge Distro \ No newline at end of file + displayName: Sync & Merge Distro \ No newline at end of file