fix deploy again

This commit is contained in:
goat 2022-12-10 12:30:54 +01:00
parent 67f35397da
commit 80afbf9f45
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -69,7 +69,7 @@ jobs:
$branchName = "stg"
}
$newVersion = [System.IO.File]::ReadAllText("$(Get-Location)\scratch\TEMP_assver.txt")
$newVersion = [System.IO.File]::ReadAllText("$(Get-Location)\scratch\TEMP_gitver.txt")
Remove-Item -Force -Recurse .\scratch
if (Test-Path -Path $branchName) {