From ecc5ee18affa2fa7dca9c41f562ebe1cae0e7325 Mon Sep 17 00:00:00 2001 From: Hiraku Date: Wed, 18 Oct 2023 15:13:27 +0200 Subject: [PATCH] fix syntax error --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index badf092..ea8468a 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false skip-push: description: 'If true, skip pushing any commits or tags created after the version bump' - default: false + default: 'false' required: false PACKAGEJSON_DIR: description: 'Custom dir to the package'