From 67d70b45a4b155221b47ea00cf8ae0887bfdd0bf Mon Sep 17 00:00:00 2001 From: Adam Short Date: Tue, 5 Sep 2023 10:15:26 +0100 Subject: [PATCH] Specify "release_branch" is not required --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d973031..d280373 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: default: 'patch' release_branch: description: "Specify a non-main branch to use for the release tag (the one without -prerelease). If empty, will use the default branch for the repo." - required: + required: false type: string outputs: