diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-10-08 17:25:34 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-10-08 17:25:34 -0700 |
| commit | 010e6a22ab55960981003aef8e6a5b6fdc452412 (patch) | |
| tree | 4c491b623ea8ff3d175d55843c5860dadb75c52b | |
| parent | 134b896e01b44b903f8f003c9e688051977180a4 (diff) | |
| download | decky-loader-010e6a22ab55960981003aef8e6a5b6fdc452412.tar.gz decky-loader-010e6a22ab55960981003aef8e6a5b6fdc452412.zip | |
don't test on live folks -_-v2.2.3-pre1
| -rw-r--r-- | .github/workflows/build.yml | 3 |
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 |
