From 75c09945075a55974add0b1f29502cabe9f5b194 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 Jan 2021 16:42:10 +0000 Subject: [PATCH] Updated deployment for the new org --- .azuredevops/pipelines/publish-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index 24c24d385..92b3d7ed4 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -77,8 +77,8 @@ stages: - task: GitHubRelease@1 inputs: - gitHubConnection: 'github.com_tidusjar' - repositoryName: 'tidusjar/Ombi.Releases' + gitHubConnection: 'PAT' + repositoryName: 'Ombi-io/Ombi.Releases' action: 'create' target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672' tagSource: 'userSpecifiedTag'