From fb3f86daf3ad5607799e4249b2720d99bed21bd3 Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sat, 22 Nov 2025 22:53:32 -0500 Subject: [PATCH] Refine ci-deploy script by adjusting argument shifting for beta flag, improving command-line argument parsing. --- scripts/ci-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci-deploy.sh b/scripts/ci-deploy.sh index 4385ed7..ddfa17f 100755 --- a/scripts/ci-deploy.sh +++ b/scripts/ci-deploy.sh @@ -18,7 +18,7 @@ while [[ "${#}" -gt 0 ]]; do case "${1}" in --beta) isBeta="true" - shift 2 + shift ;; --build) packageVersionToDeploy="${packageVersionToDeploy}-build.${2}"