From 2aa5c75cf9a30a693f903b26958721d4a249c78e Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Wed, 21 Oct 2020 10:58:28 +0300 Subject: [PATCH] change connection --- azure-pipelines/templates/publish-release-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'