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
|
case "${1}" in
|
||||||
--beta)
|
--beta)
|
||||||
isBeta="true"
|
isBeta="true"
|
||||||
shift
|
shift 2
|
||||||
;;
|
;;
|
||||||
--build)
|
--build)
|
||||||
packageVersionToDeploy="${packageVersionToDeploy}-build.${2}"
|
packageVersionToDeploy="${packageVersionToDeploy}-build.${2}"
|
||||||
|
|||||||
Reference in New Issue
Block a user