From d33f75c13571bcc519896d638ae90403feea82b4 Mon Sep 17 00:00:00 2001 From: Alan Sarli Date: Mon, 27 May 2024 16:48:06 +1000 Subject: [PATCH] Fixing pipeline for release --- .github/workflows/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index aa7d84c..c532c16 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -42,7 +42,9 @@ jobs: } else { $version="0.0.$env:GITHUB_RUN_NUMBER" - } + } + #remove the letter V from teh variable + set version=%version:v=% echo "::set-output name=VERSION::$version" Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version" - name: Setup .NET core 3.1.x