From 1dcad82a0e1c591e9ee630efc504ff0c2242c310 Mon Sep 17 00:00:00 2001 From: Paul Lockaby <633173+plockaby@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:58:06 -0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')