diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 8a398cef..94bb6c4a 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -340,7 +340,7 @@ extends: Get-ChildItem -Path . -Recurse | Select-Object FullName - task: GitHubRelease@1 inputs: - gitHubConnection: $(esrpKVServiceConnection) + gitHubConnection: $(githubReleaseServiceConnection) repositoryName: 'AzureAD/microsoft-authentication-cli' action: 'create' target: $(Build.SourceVersion)