We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd77d4 commit d33f75cCopy full SHA for d33f75c
1 file changed
.github/workflows/pipeline.yml
@@ -42,7 +42,9 @@ jobs:
42
}
43
else {
44
$version="0.0.$env:GITHUB_RUN_NUMBER"
45
- }
+ }
46
+ #remove the letter V from teh variable
47
+ set version=%version:v=%
48
echo "::set-output name=VERSION::$version"
49
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
50
- name: Setup .NET core 3.1.x
0 commit comments