From 9777e8682dc4487bd5f5e4172965d9b6bb6fd1cc Mon Sep 17 00:00:00 2001 From: devbence <936368+devbence@users.noreply.github.com> Date: Sun, 12 May 2024 16:55:08 +0200 Subject: [PATCH] Update Create-Release-with-SPT-AKI-Integration.yaml --- .github/workflows/Create-Release-with-SPT-AKI-Integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml index 89bf8ef..f417988 100644 --- a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml +++ b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml @@ -29,7 +29,7 @@ jobs: id: build shell: pwsh run: | - ./package_release_with_server.ps1 -Overwrite -Branch "3.8.1-DEV" -SITCoopVer ${{ steps.read_package_json.outputs.version }} + ./package_release_with_server.ps1 -Overwrite -Branch "master" -SITCoopVer ${{ steps.read_package_json.outputs.version }} echo "ZIP_NAME=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^ZIP_NAME=").Value.Split('=')[1]" >> $GITHUB_ENV echo "COMMIT_SHORT=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^CommitShort=").Value.Split('=')[1]" >> $GITHUB_ENV echo "AKI_VERSION=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^AKI_VERSION=").Value.Split('=')[1]" >> $GITHUB_ENV