This commit is contained in:
goaaats 2021-04-10 19:10:58 +02:00 committed by GitHub
parent d3319e41ff
commit 2e1304d870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,10 +70,10 @@ jobs:
Move-Item -Force .\canary.zip .\stg\latest.zip
$versionData.AssemblyVersion = $newVersion
$versionData | ConvertTo-Json -Compress | Out-File .\stg\version
$env:DVER = $newVersion
}
$env:GITHUB_ENV += "DVER=" + $newVersion
- name: Commit changes
shell: bash
env: