github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

Question - Possible to omit branch name?

Open KyleBrown-804 opened this issue 2 years ago • 2 comments

I might just be missing something but is it not possible to completely omit the branch name from version tags? I am seeing version tags coming in with the full branch name such as v0.0.8-<branch name here>.

So the desired outcome would be v0.0.8 by itself. I also tried using append_to_pre_release_tag set to "" but that defaulted to the full name.

KyleBrown-804 avatar Jan 27 '23 01:01 KyleBrown-804

Duplicate of #122

epignatelli avatar Jan 29 '23 13:01 epignatelli

Potential solution: https://github.com/mathieudutour/github-tag-action/issues/122#issuecomment-1701966592

mikejflex avatar Sep 01 '23 00:09 mikejflex