Skip to content

Commit d33f75c

Browse files
committed
Fixing pipeline for release
1 parent ecd77d4 commit d33f75c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
}
4343
else {
4444
$version="0.0.$env:GITHUB_RUN_NUMBER"
45-
}
45+
}
46+
#remove the letter V from teh variable
47+
set version=%version:v=%
4648
echo "::set-output name=VERSION::$version"
4749
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
4850
- name: Setup .NET core 3.1.x

0 commit comments

Comments
 (0)