diff --git a/build/azure-pipelines/distro-build.yml b/build/azure-pipelines/distro-build.yml index 028dfdbeef0b79cd551db07cbc1946a6f5dc4396..2a3a2294fc75caee54cbe7e8cac1ca9f5adeedc6 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 origin/refs/heads/master:distro/refs/heads/master + git push distro origin/master:distro/refs/heads/master git merge $(node -p "require('./package.json').distro") displayName: Sync & Merge Distro \ No newline at end of file