diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml index 795b7e4780b..7bd864f3048 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