diff --git a/entrypoint.sh b/entrypoint.sh index 92b673e..67c9c7e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -65,7 +65,7 @@ if [[ $INPUT_DEVRELEASE ]]; then CZ_CMD+=('--devrelease' "$INPUT_DEVRELEASE") fi if [[ $INPUT_LOCAL_VERSION == 'true' ]]; then - CZ_CMD+=('--local_version') + CZ_CMD+=('--local-version') fi if [[ $INPUT_COMMIT == 'false' ]]; then CZ_CMD+=('--files-only')