From 514f338cd1899bad8b4b09bf289058b050647cb9 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Wed, 16 Apr 2025 17:18:33 +0530 Subject: [PATCH] Update release script logic --- .github/scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release.sh b/.github/scripts/release.sh index e0c1ad6..8926924 100644 --- a/.github/scripts/release.sh +++ b/.github/scripts/release.sh @@ -13,7 +13,7 @@ set -e set -o pipefail # Check the number of arguments passed. -if [ "$#" -ne 2 ]; then +if [ "$#" -ne 3 ]; then echo "Error: Invalid or insufficient arguments provided!" >&2 echo "Usage: $0 " >&2 exit 1