From d9356040b0dc694f6d006b6cabee4d3c024f9e72 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Sun, 2 Oct 2022 18:15:55 -0400 Subject: [PATCH] Fixes #261 Correctly set default on updateOnlyUnreleased --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a95188a9..a6251bed 100644 --- a/action.yml +++ b/action.yml @@ -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.'