Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
aflorescu579774 authored Nov 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f7914a4 commit eba29e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
shell: pwsh
run: |
chcp 65001
$APPVERSION="$($env:TOOLKIT_VERSION).$($env:GITHUB_RUN_NUMBER)"
$APPVERSION="$($env:TOOLKIT_VERSION).0"
$RunVersion ="RELEASEVERSION=$APPVERSION"
Write-Host "$RunVersion=$RunVersion"
$RunVersion | Out-File -FilePath $env:GITHUB_ENV -Append

0 comments on commit eba29e9

Please sign in to comment.