From 9b405e4bdc6ead86d69ad8f54af89a8d5b484f08 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 15 Oct 2022 11:31:53 -0700 Subject: Fix default pre-release bump --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 544fdb16..69a5a247 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -228,9 +228,7 @@ jobs: else 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") + OUT=$(semver bump prerel "$VERSION") printf "OUT: ${OUT}\n" fi fi -- cgit v1.2.3