Fix other test + add more debugging for windows

This commit is contained in:
Bob Jelica
2024-03-05 15:49:05 +01:00
committed by Phil Jay
parent a121e1106e
commit d4ed669f7f
2 changed files with 29 additions and 18 deletions

View File

@@ -12,6 +12,8 @@ if [[ "${increment}" != 'patch' && "${increment}" != 'minor' && "${increment}" !
input_errors='true'
fi
echo " INCREMENTER: The current normal version is ${current_version}"
if [[ -z "${current_version:-}" ]] ; then
echo "🛑 Environment variable 'current_version' is unset or empty" 1>&2
input_errors='true'