Fix ci-deploy script to correctly handle beta flag by adjusting shift command, ensuring proper argument parsing for deployment options.

This commit is contained in:
2025-11-22 22:45:01 -05:00
parent 3a58ab03d7
commit 7b3264f7f4

View File

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