From 071ef92a56ffb8b7a8ff208f00c58350d9925672 Mon Sep 17 00:00:00 2001 From: magodo Date: Tue, 13 Sep 2022 11:58:52 +0800 Subject: [PATCH] ADO: change github connection name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd1a98a..c4b634f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -373,7 +373,7 @@ stages: - task: GitHubRelease@1 displayName: "Draft Github Release" inputs: - gitHubConnection: "Azure" + gitHubConnection: "github_aztfy" repositoryName: "$(Build.Repository.Name)" action: "create" target: "$(Build.SourceVersion)"