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 37399d4 commit 5a68211Copy full SHA for 5a68211
entrypoint.sh
@@ -44,7 +44,7 @@ if [[ $INPUT_COMMIT == 'false' ]]; then
44
CZ_CMD+=('--files-only')
45
fi
46
if [[ $INPUT_INCREMENT ]]; then
47
- CZ_CMD+=('--increment', "$INPUT_INCREMENT")
+ CZ_CMD+=('--increment' "$INPUT_INCREMENT")
48
49
if [[ $INPUT_CHANGELOG_INCREMENT_FILENAME ]]; then
50
CZ_CMD+=('--changelog-to-stdout')
0 commit comments