Update build.yml

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

View File

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