diff --git a/azure-pipelines/templates/publish-release-steps.yml b/azure-pipelines/templates/publish-release-steps.yml index cbb041a..fd428c5 100644 --- a/azure-pipelines/templates/publish-release-steps.yml +++ b/azure-pipelines/templates/publish-release-steps.yml @@ -25,7 +25,7 @@ steps: - task: GitHubRelease@1 displayName: 'Upload release assets' inputs: - gitHubConnection: 'Github Connection' + gitHubConnection: 'GithubConnectionDSH' action: edit tag: '$(VERSION)-$(Build.BuildId)' title: '$(VERSION)'