From ab6b290b041e0544414a9a652749944f4bcf1763 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Wed, 27 Oct 2021 12:42:04 -0700 Subject: [PATCH] Fix update-typings pipeline (#17511) --- build/azure-pipelines/publish-types/publish-types.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 683f20b254..f83971d31e 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -52,6 +52,7 @@ steps: # Sync up to latest from the DT repo git remote add upstream https://github.com/DefinitelyTyped/DefinitelyTyped.git + git fetch upstream git merge upstream/master git push origin