Fixes #261 Correctly set default on updateOnlyUnreleased
This commit is contained in:
@@ -106,7 +106,7 @@ inputs:
|
|||||||
updateOnlyUnreleased:
|
updateOnlyUnreleased:
|
||||||
description: "When allowUpdates is enabled, this will fail the action if the release it is updating is not a draft or a prerelease."
|
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
|
required: false
|
||||||
default: 'true'
|
default: 'false'
|
||||||
outputs:
|
outputs:
|
||||||
id:
|
id:
|
||||||
description: 'The identifier of the created release.'
|
description: 'The identifier of the created release.'
|
||||||
|
|||||||
Reference in New Issue
Block a user