Merge pull request #38 from reecetech/fix-when-no-prefix

set prefix tag default to empty string
This commit is contained in:
George Kolecsanyi
2024-09-03 12:30:23 +10:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ inputs:
description: | 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 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 required: false
default: false default: ''
outputs: outputs:
current-version: current-version: