Refine ci-deploy script by adjusting argument shifting for beta flag, improving command-line argument parsing.

This commit is contained in:
2025-11-22 22:53:32 -05:00
parent ae7dec8ea8
commit fb3f86daf3

View File

@@ -18,7 +18,7 @@ while [[ "${#}" -gt 0 ]]; do
case "${1}" in
--beta)
isBeta="true"
shift 2
shift
;;
--build)
packageVersionToDeploy="${packageVersionToDeploy}-build.${2}"