Skip to content

Commit

Permalink
Merge pull request #38 from reecetech/fix-when-no-prefix
Browse files Browse the repository at this point in the history
set prefix tag default to empty string
  • Loading branch information
gyurikol authored Sep 3, 2024
2 parents 2ec1961 + 39ac246 commit a5d6598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5d6598

Please sign in to comment.