set prefix tag default to empty string

This commit is contained in:
George Kolecsanyi
2024-09-03 12:22:17 +10:00
parent 2ec19615c5
commit 39ac246d0c

View File

@@ -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: