Fix default pre-release bump

This commit is contained in:
TrainDoctor
2022-10-15 11:31:53 -07:00
parent 8007dd4dac
commit 9b405e4bdc
+1 -3
View File
@@ -228,9 +228,7 @@ jobs:
else
printf "type not selected, defaulting to new pre-release only\n"
printf "bumping prerel\n"
OUT="$VERSION-pre"
printf "OUT: ${OUT}\n"
OUT=$(semver bump prerel "$OUT")
OUT=$(semver bump prerel "$VERSION")
printf "OUT: ${OUT}\n"
fi
fi