Skip to content

Commit 5a68211

Browse files
fix: remove bad comma
1 parent 37399d4 commit 5a68211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [[ $INPUT_COMMIT == 'false' ]]; then
4444
CZ_CMD+=('--files-only')
4545
fi
4646
if [[ $INPUT_INCREMENT ]]; then
47-
CZ_CMD+=('--increment', "$INPUT_INCREMENT")
47+
CZ_CMD+=('--increment' "$INPUT_INCREMENT")
4848
fi
4949
if [[ $INPUT_CHANGELOG_INCREMENT_FILENAME ]]; then
5050
CZ_CMD+=('--changelog-to-stdout')

0 commit comments

Comments
 (0)