Skip to content

Commit

Permalink
Merge pull request #51 from stayintarkov/pr51
Browse files Browse the repository at this point in the history
change aki branch to master
  • Loading branch information
paulov-t committed May 7, 2024
2 parents 6f3eae6 + 76f99da commit 3cc711f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: build
shell: pwsh
run: |
./package_release_with_server.ps1 -Overwrite -Branch "3.9.0-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
Expand Down

0 comments on commit 3cc711f

Please sign in to comment.