From 889eb279f822fa567df60a6ec8887c437254d7c9 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.'