diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7631e8242..cf708326b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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) {