We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939360 commit 0c02b9dCopy full SHA for 0c02b9d
.github/workflows/v2_Release.yml
@@ -19,7 +19,7 @@ jobs:
19
$version = $tag.Substring($tag.IndexOf("release-v") + "release-v".Length)
20
Write-Verbose "The tag version is $version" -Verbose
21
# Write env var
22
- echo "nugetVersion=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
+ echo "nugetVersion=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
23
shell: powershell
24
- run: |
25
# create the copyright text
0 commit comments