From c9475480644bbd4dc268521b210ad62b5925308e Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 2 Oct 2022 08:11:00 -0700 Subject: Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 950cdefc..aa036a97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: printf "OUT: ${OUT}\n" elif [[ ! "$VERSION" =~ "-pre" ]]; then printf "previous tag is a release, bumping by a patch\n" - OUT=$(semver bump minor "$VERSION") + OUT=$(semver bump patch "$VERSION") printf "OUT: ${OUT}\n" fi echo "vOUT: v$OUT" -- cgit v1.2.3