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:
@@ -18,7 +18,7 @@ while [[ "${#}" -gt 0 ]]; do
|
||||
case "${1}" in
|
||||
--beta)
|
||||
isBeta="true"
|
||||
shift
|
||||
shift 2
|
||||
;;
|
||||
--build)
|
||||
packageVersionToDeploy="${packageVersionToDeploy}-build.${2}"
|
||||
|
||||
Reference in New Issue
Block a user