From 29aef23f397e4e28227a814182304e3572b142af Mon Sep 17 00:00:00 2001 From: "alvarez.mauriciotm@gmail.com" Date: Fri, 7 Feb 2025 14:24:42 -0800 Subject: [PATCH] exit 1 --- scripts/get-version-matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-version-matrix.sh b/scripts/get-version-matrix.sh index 92167cc06..b0f5edac7 100755 --- a/scripts/get-version-matrix.sh +++ b/scripts/get-version-matrix.sh @@ -10,7 +10,7 @@ function get_latest_version() { sort -V -r | head -1 else echo "Error: Failed to connect to GitHub API" >&2 - return 1 + exit 1 fi }