Skip to content

Commit 0c02b9d

Browse files
committed
gh actions
1 parent 0939360 commit 0c02b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v2_Release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
$version = $tag.Substring($tag.IndexOf("release-v") + "release-v".Length)
2020
Write-Verbose "The tag version is $version" -Verbose
2121
# Write env var
22-
echo "nugetVersion=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
22+
echo "nugetVersion=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
2323
shell: powershell
2424
- run: |
2525
# create the copyright text

0 commit comments

Comments
 (0)