From 39ac246d0c74f019d60ed635fe08012ec5574f6f Mon Sep 17 00:00:00 2001 From: George Kolecsanyi Date: Tue, 3 Sep 2024 12:22:17 +1000 Subject: [PATCH] set prefix tag default to empty string --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 994c024..1774353 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: description: | Prefix the tag with a string (defaults to empty string). e.g. if set to `@org/product/` the action will filter by this prefix and return `@org/product/1.2.3` in `prefixed-version` output required: false - default: false + default: '' outputs: current-version: