From 80afbf9f45a6bca05569d24f9eec709fab152c4a Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 10 Dec 2022 12:30:54 +0100 Subject: [PATCH] fix deploy again --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {