I think that there is a typo here: ``` if [[ $INPUT_LOCAL_VERSION == 'true' ]]; then CZ_CMD+=('--local_version') fi ``` That should be `--local_version`? I'd make a PR but I'm not able to at the moment.