Harmonize beta and assign true/false value, Capitalize print messages

This commit is contained in:
tooomm 2026-06-29 13:32:03 +02:00
parent da45209681
commit 2fe3af4150
2 changed files with 17 additions and 16 deletions

View file

@ -83,7 +83,7 @@ jobs:
TARGET: ${{ steps.configure.outputs.sha }}
RELEASE_NAME: ${{ steps.prepare.outputs.title }}
BODY_PATH: ${{ steps.prepare.outputs.body_path }}
PRERELEASE: ${{ steps.prepare.outputs.is_beta }}
PRERELEASE: ${{ steps.prepare.outputs.beta }}
run: |
args=()
[[ "$PRERELEASE" == "true" ]] && args+=(--prerelease)