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.
2 parents 673655a + 1dcad82 commit 721fe06Copy full SHA for 721fe06
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