We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673655a commit 1dcad82Copy full SHA for 1dcad82
entrypoint.sh
@@ -65,7 +65,7 @@ if [[ $INPUT_DEVRELEASE ]]; then
65
CZ_CMD+=('--devrelease' "$INPUT_DEVRELEASE")
66
fi
67
if [[ $INPUT_LOCAL_VERSION == 'true' ]]; then
68
- CZ_CMD+=('--local_version')
+ CZ_CMD+=('--local-version')
69
70
if [[ $INPUT_COMMIT == 'false' ]]; then
71
CZ_CMD+=('--files-only')
0 commit comments