From 75b0223e8749a8a0884e44b4b57ac75c736a2b4e Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Sat, 9 May 2020 04:46:03 +0530 Subject: [PATCH] fix azure pipelines github release --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7a93637..244253b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -78,7 +78,7 @@ jobs: - bash: ls wheelhouse - task: GitHubRelease@1 inputs: - gitHubConnection: + gitHubConnection: 'github.com_ashutoshvarma' repositoryName: '$(Build.Repository.Name)' action: 'create' target: '$(Build.SourceVersion)'