Skip to content

Commit

Permalink
fix: --suffix: expected one argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Mar 22, 2024
1 parent 6c8b72a commit 88ccf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ inputs:
suffix:
description: "The suffix that should appended to the version."
required: false
default: ""
default: " "
previous-version-suffix:
description: "The suffix that should be replaced with the value in `suffix`."
required: false
default: ""
default: " "
bumping-suffix:
description: "The suffix to append to the version (or increment if it already exists) if `only-bump-suffix` is `true`."
required: false
Expand Down

0 comments on commit 88ccf63

Please sign in to comment.