Skip to content

Commit

Permalink
Merge pull request #97 from plockaby/patch-1
Browse files Browse the repository at this point in the history
fix: local_version flag is incorrect
  • Loading branch information
woile authored Dec 21, 2024
2 parents 673655a + 1dcad82 commit 721fe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 721fe06

Please sign in to comment.