From 95893a9221edd8d52d0a4e480804f406418ef09e Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 20 Jun 2020 16:14:11 +0100 Subject: [PATCH] Create tidusjar/Ombi pre-release tags isDraft creates unpublished tags, which are not publicly visible. This change publishes the tags as pre-release github releases with tags. Fixes tidusjar/Ombi#3587 Signed-off-by: Joe Groocock --- .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 250bb4b66..3441954ef 100644 --- a/.azuredevops/pipelines/publish-job.yml +++ b/.azuredevops/pipelines/publish-job.yml @@ -70,7 +70,7 @@ stages: target: '$(Build.SourceVersion)' tagSource: 'userSpecifiedTag' tag: '$(gitTag)' - isDraft: true + isPreRelease: true changeLogCompareToRelease: 'lastNonDraftRelease' changeLogType: 'commitBased'