We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b204bef commit 4ca38ceCopy full SHA for 4ca38ce
1 file changed
build/azure-pipelines/publish-types/publish-types.yml
@@ -36,7 +36,7 @@ steps:
36
git commit -m "VS Code $TAG_VERSION Extension API"
37
git push origin master
38
39
- 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
40
git push -f vscode master
41
42
displayName: Update vscode-DefinitelyTyped
0 commit comments