From 85105cb93108afe3a081da19928c7049781d2e61 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 10:24:15 +0100 Subject: [PATCH] ci(azure-pipelines): fix releaseTag param [skip ci] --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 0161c5800..67daf027b 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -87,4 +87,4 @@ stages: jobs: - template: .azure-pipelines/templates/release.yaml parameters: - releaseTag: split(variables['Build.SourceBranch'], '/')[2] \ No newline at end of file + releaseTag: ${{split(variables['Build.SourceBranch'], '/')[2]}} \ No newline at end of file