Skip to content

Commit 721fe06

Browse files
authored
Merge pull request #97 from plockaby/patch-1
fix: local_version flag is incorrect
2 parents 673655a + 1dcad82 commit 721fe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ $INPUT_DEVRELEASE ]]; then
6565
CZ_CMD+=('--devrelease' "$INPUT_DEVRELEASE")
6666
fi
6767
if [[ $INPUT_LOCAL_VERSION == 'true' ]]; then
68-
CZ_CMD+=('--local_version')
68+
CZ_CMD+=('--local-version')
6969
fi
7070
if [[ $INPUT_COMMIT == 'false' ]]; then
7171
CZ_CMD+=('--files-only')

0 commit comments

Comments
 (0)