From 53b7e85a0a1574aab1cc0b7439a069f8fd01c7c1 Mon Sep 17 00:00:00 2001 From: Alexandre NICOLAIE Date: Sat, 1 Apr 2023 21:13:44 +0200 Subject: [PATCH] fix typo on action.yml Co-authored-by: Carlos Tadeu Panato Junior Signed-off-by: Alexandre NICOLAIE --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 37526bf..4b8b4dc 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: description: "Just install cr tool" required: false skip_packaging: - description: "Skip the packaging option (do your custom packaging before running this action" + description: "Skip the packaging option (do your custom packaging before running this action)" required: false skip_existing: description: "Skip package upload if release exists"