github-tag-action
github-tag-action copied to clipboard
Question - Possible to omit branch name?
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.
Duplicate of #122
Potential solution: https://github.com/mathieudutour/github-tag-action/issues/122#issuecomment-1701966592