Skip to content

Commit d935604

Browse files
committed
Fixes #261 Correctly set default on updateOnlyUnreleased
1 parent a9d2058 commit d935604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ inputs:
106106
updateOnlyUnreleased:
107107
description: "When allowUpdates is enabled, this will fail the action if the release it is updating is not a draft or a prerelease."
108108
required: false
109-
default: 'true'
109+
default: 'false'
110110
outputs:
111111
id:
112112
description: 'The identifier of the created release.'

0 commit comments

Comments
 (0)