Update build.yml

This commit is contained in:
TrainDoctor
2022-10-02 08:19:41 -07:00
committed by GitHub
parent c947548064
commit fa028fa525

View File

@@ -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"