summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-10-08 17:25:34 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-10-08 17:25:34 -0700
commit010e6a22ab55960981003aef8e6a5b6fdc452412 (patch)
tree4c491b623ea8ff3d175d55843c5860dadb75c52b /.github
parent134b896e01b44b903f8f003c9e688051977180a4 (diff)
downloaddecky-loader-010e6a22ab55960981003aef8e6a5b6fdc452412.tar.gz
decky-loader-010e6a22ab55960981003aef8e6a5b6fdc452412.zip
don't test on live folks -_-v2.2.3-pre1
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5f7c5b69..30325e83 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -216,6 +216,8 @@ jobs:
if [[ ! ${{ github.event.inputs.bump }} == "none" ]]; then
OUT=$(semver bump ${{github.event.inputs.bump}} "$VERSION")
printf "OUT: ${OUT}\n"
+ OUT="$OUT-pre"
+ printf "OUT: ${OUT}\n"
printf "bumping prerel\n"
OUT=$(semver bump prerel "$OUT")
printf "OUT: ${OUT}\n"
@@ -223,6 +225,7 @@ jobs:
printf "type not selected, defaulting to new pre-release only\n"
printf "bumping prerel\n"
OUT="$VERSION-pre"
+ printf "OUT: ${OUT}\n"
OUT=$(semver bump prerel "$OUT")
printf "OUT: ${OUT}\n"
fi