From ef035652c3f681707702524118d4f0e516daa6ab Mon Sep 17 00:00:00 2001 From: vslee Date: Thu, 14 Nov 2019 11:47:30 -0800 Subject: [PATCH 1/2] attempt fix of Azure pipeline GH connection - change gitHubConnection to jjxtra from johnnyasantoss --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a20186b..9515178e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -146,7 +146,7 @@ jobs: - task: GitHubRelease@0 displayName: "Attach artifacts to GH Release" inputs: - gitHubConnection: johnnyasantoss + gitHubConnection: jjxtra target: '$(Build.SourceVersion)' title: $(setTag.TAG) tag: $(setTag.TAG) From 7e6e46804f9959ff8a4bd0c81309adefbe52663d Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 17 Nov 2019 08:49:22 -0700 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9515178e..c6de311f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -146,7 +146,7 @@ jobs: - task: GitHubRelease@0 displayName: "Attach artifacts to GH Release" inputs: - gitHubConnection: jjxtra + gitHubConnection: DigitalRubyToken target: '$(Build.SourceVersion)' title: $(setTag.TAG) tag: $(setTag.TAG)