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}"