From de60c24be6e93649e7192ebe2cd7078614022a40 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 1 Dec 2023 11:47:52 -0800 Subject: [PATCH] build: the include-component-in-tag should default to false (#889) The default should be to create plain tags like `v1.2.3` Signed-off-by: Jeff Ching --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index eeb48a4..4ab8e53 100644 --- a/action.yml +++ b/action.yml @@ -45,6 +45,7 @@ inputs: include-component-in-tag: description: 'If true, add prefix to tags and branches, allowing multiple libraries to be released from the same repository' required: false + default: false proxy-server: description: 'set proxy sever when you run this action behind a proxy. format is host:port e.g. proxy-host.com:8080' required: false