Fixes #261 Correctly set default on updateOnlyUnreleased

This commit is contained in:
Nick Cipollo
2022-10-02 18:15:55 -04:00
parent 5b3ed26ce2
commit 889eb279f8

View File

@@ -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.'