diff --git a/azure-pipelines/release-version.yml b/azure-pipelines/release-version.yml index e85a73fa8e5..5f4c3a9b223 100644 --- a/azure-pipelines/release-version.yml +++ b/azure-pipelines/release-version.yml @@ -51,8 +51,8 @@ steps: action: "create" target: "$(Build.SourceVersion)" tagSource: "userSpecifiedTag" - tag: "$(VERSION)" + tag: "v$(VERSION)" title: "TARDIS v$(VERSION)" - isPreRelease: true + isPreRelease: false changeLogCompareToRelease: "lastFullRelease" changeLogType: "commitBased"