From 0ea4e75805150e48492534c9b7a0db7fad33b7c8 Mon Sep 17 00:00:00 2001 From: bootsie123 Date: Fri, 23 Oct 2020 08:54:06 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index bd0154c..9af8969 100644 --- a/action.yml +++ b/action.yml @@ -31,3 +31,7 @@ inputs: description: 'Custom dir to the package' default: '' required: false + default: + description: 'Set a default version bump to use' + default: 'patch' + required: false