diff --git a/.github/workflows/5_bumper_repository.yml b/.github/workflows/5_bumper_repository.yml index 81d2913c..9f19be22 100644 --- a/.github/workflows/5_bumper_repository.yml +++ b/.github/workflows/5_bumper_repository.yml @@ -100,6 +100,8 @@ jobs: if [[ -n "$version" && -n "$stage" && "$tag" != "true" ]]; then script_params="--version ${version} --stage ${stage}" + elif [[ -n "$version" && -n "$stage" && "$tag" == "true" ]]; then + script_params="--version ${version} --stage ${stage} --tag" elif [[ -z "$version" && -n "$stage" && "$tag" == "true" ]]; then script_params="--stage ${stage} --tag" elif [[ -z "$version" && -z "$stage" && "$tag" == "true" ]]; then