From d19f418581823f6789ea74fa78360e0dbffaffaa Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 18 Jan 2021 20:50:48 +0000 Subject: [PATCH] Update publish-job.yml for Azure Pipelines --- .azuredevops/pipelines/publish-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/publish-job.yml b/.azuredevops/pipelines/publish-job.yml index ceefedab2..8f836d8b8 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -87,7 +87,7 @@ stages: gitHubConnection: 'PAT' repositoryName: 'Ombi-app/Ombi' action: 'create' - target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672' + target: '$(Build.SourceVersion)' tagSource: 'userSpecifiedTag' tag: '$(gitTag)' releaseNotesSource: 'inline'