From 4ca38ce5584d7cd67b435b3c32ef1240c6a29628 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Mon, 20 May 2019 16:54:30 -0700 Subject: [PATCH] Point type publisher to microsoft/vscode-DefinitelyTyped --- build/azure-pipelines/publish-types/publish-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/publish-types/publish-types.yml b/build/azure-pipelines/publish-types/publish-types.yml index 7af16fe6b8a..47939b3fa88 100644 --- a/build/azure-pipelines/publish-types/publish-types.yml +++ b/build/azure-pipelines/publish-types/publish-types.yml @@ -36,7 +36,7 @@ steps: git commit -m "VS Code $TAG_VERSION Extension API" git push origin master - git remote add vscode https://$(GITHUB_TOKEN)@github.com/octref/vscode-DefinitelyTyped.git + git remote add vscode https://$(GITHUB_TOKEN)@github.com/microsoft/vscode-DefinitelyTyped.git git push -f vscode master displayName: Update vscode-DefinitelyTyped -- GitLab