From 6700f58639d594fc9db8ae20170e4711e9d1e0e7 Mon Sep 17 00:00:00 2001 From: Ivan Tikhonov Date: Fri, 9 Dec 2022 15:45:34 +0300 Subject: [PATCH] TAG_COMMIT: false --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7e6ce3a..7f6579b 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: TAG_COMMIT: description: Flag to toggle git tagging, enabled by default required: false - default: true + default: false TAG_FORMAT: description: Format of the git tag, [*] gets replaced with actual version required: false