Fix failing GH Action

This commit is contained in:
Christian Mäder 2020-01-17 18:10:36 +01:00
parent cfbd037f79
commit dd0aee081a
5 changed files with 38 additions and 9 deletions

View file

@ -66,6 +66,10 @@ if [ "${PRERELEASE}" == "true" ]; then
echo "❎ Latest unstable version '${VERSION}' is not higher than the latest stable version '$STABLE_VERSION'."
if [ -z "$DEBUG" ]; then
if [ -n "${GH_ACTION}" ]; then
echo "::set-output name=skipped::true"
fi
exit 0
else
echo "⚠️ Would exit here with code '0', but DEBUG is enabled."