diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
