From dabb1c40b264eecdc0b1969afbb41138201a0f73 Mon Sep 17 00:00:00 2001 From: Shishir Bhat Date: Sun, 9 Jan 2022 22:02:01 -0800 Subject: [PATCH] Update gitHubConnection in release pipeline --- azure-pipelines/publishing/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/publishing/github-release.yml b/azure-pipelines/publishing/github-release.yml index 74ea3fae..0f7291a7 100644 --- a/azure-pipelines/publishing/github-release.yml +++ b/azure-pipelines/publishing/github-release.yml @@ -84,7 +84,7 @@ stages: - task: GitHubRelease@1 condition: eq(${{parameters.SkipPublishing}}, false) inputs: - gitHubConnection: 'client2' + gitHubConnection: 'github_gauth' repositoryName: 'microsoft/do-client' action: 'create' assets: '$(Build.ArtifactStagingDirectory)/**/*.tar'