mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 19:21:59 +00:00
don't test on live folks -_-
This commit is contained in:
@@ -216,6 +216,8 @@ jobs:
|
|||||||
if [[ ! ${{ github.event.inputs.bump }} == "none" ]]; then
|
if [[ ! ${{ github.event.inputs.bump }} == "none" ]]; then
|
||||||
OUT=$(semver bump ${{github.event.inputs.bump}} "$VERSION")
|
OUT=$(semver bump ${{github.event.inputs.bump}} "$VERSION")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
|
OUT="$OUT-pre"
|
||||||
|
printf "OUT: ${OUT}\n"
|
||||||
printf "bumping prerel\n"
|
printf "bumping prerel\n"
|
||||||
OUT=$(semver bump prerel "$OUT")
|
OUT=$(semver bump prerel "$OUT")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
@@ -223,6 +225,7 @@ jobs:
|
|||||||
printf "type not selected, defaulting to new pre-release only\n"
|
printf "type not selected, defaulting to new pre-release only\n"
|
||||||
printf "bumping prerel\n"
|
printf "bumping prerel\n"
|
||||||
OUT="$VERSION-pre"
|
OUT="$VERSION-pre"
|
||||||
|
printf "OUT: ${OUT}\n"
|
||||||
OUT=$(semver bump prerel "$OUT")
|
OUT=$(semver bump prerel "$OUT")
|
||||||
printf "OUT: ${OUT}\n"
|
printf "OUT: ${OUT}\n"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user