Skip to content

Commit

Permalink
Fixes #261 Correctly set default on updateOnlyUnreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 2, 2022
1 parent 5b3ed26 commit 889eb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -106,7 +106,7 @@ inputs:
updateOnlyUnreleased:
description: "When allowUpdates is enabled, this will fail the action if the release it is updating is not a draft or a prerelease."
required: false
default: 'true'
default: 'false'
outputs:
id:
description: 'The identifier of the created release.'
Expand Down

0 comments on commit 889eb27

Please sign in to comment.