From 055e7220566e6d017ad6352a3a2935879fc555d8 Mon Sep 17 00:00:00 2001 From: dotasek Date: Wed, 1 Feb 2023 13:53:49 -0500 Subject: [PATCH] Typo --- release-branch-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-branch-pipeline.yml b/release-branch-pipeline.yml index 74e594d81..28a3fc32d 100644 --- a/release-branch-pipeline.yml +++ b/release-branch-pipeline.yml @@ -58,7 +58,7 @@ jobs: script: | echo $(setOutput.version_from_pom) VERSION=$(setOutput.version_from_pom) - echo "$VERSION" > $(System.DefaultWorkingDirectory)/VERSION) + echo "$VERSION" > $(System.DefaultWorkingDirectory)/VERSION displayName: Save Release Version to File - task: CopyFiles@2 # Copies the VERSION file containing the build id (ex: 1.1.13-SNAPSHOT) to the staging directory