Skip to content

Commit dec4564

Browse files
committed
fixing pipeline release version formatting
1 parent d33f75c commit dec4564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
$version="0.0.$env:GITHUB_RUN_NUMBER"
4545
}
4646
#remove the letter V from teh variable
47-
set version=%version:v=%
47+
set $version=%$version:v=%
4848
echo "::set-output name=VERSION::$version"
4949
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
5050
- name: Setup .NET core 3.1.x

0 commit comments

Comments
 (0)