From fa028fa5251dcbd6e423ad9e886daa522a6ba289 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 2 Oct 2022 08:19:41 -0700 Subject: Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa036a97..823502c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: OUT="" if [[ ! "$VERSION" =~ "-pre" ]]; then printf "is release, bumping minor version and prerel\n" - OUT=$(semver bump minor "$VERSION") + OUT=$(semver bump patch "$VERSION") OUT="$OUT-pre" OUT=$(semver bump prerel "$OUT") printf "OUT: ${OUT}\n" -- cgit v1.2.3