We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33f75c commit dec4564Copy full SHA for dec4564
1 file changed
.github/workflows/pipeline.yml
@@ -44,7 +44,7 @@ jobs:
44
$version="0.0.$env:GITHUB_RUN_NUMBER"
45
}
46
#remove the letter V from teh variable
47
- set version=%version:v=%
+ 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