diff --git a/scripts/get_latest_release.sh b/scripts/get_latest_release.sh index c326d59..9d7a3a2 100755 --- a/scripts/get_latest_release.sh +++ b/scripts/get_latest_release.sh @@ -3,6 +3,7 @@ # Check if the user requested a specific build if [[ "$BUILD_VERSION" != "" ]]; then echo $BUILD_VERSION + exit 0 fi # Try to get the latest release