From 010e6a22ab55960981003aef8e6a5b6fdc452412 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 8 Oct 2022 17:25:34 -0700 Subject: don't test on live folks -_- --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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 -- cgit v1.2.3