Skip to content

Commit

Permalink
Merge pull request #53 from stayintarkov/versionpatch-0512-1
Browse files Browse the repository at this point in the history
Update Create-Release-with-SPT-AKI-Integration.yaml
  • Loading branch information
paulov-t authored May 13, 2024
2 parents e7f87ca + 9777e86 commit a728b0b
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.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
Expand Down

0 comments on commit a728b0b

Please sign in to comment.