unit icon indicating copy to clipboard operation
unit copied to clipboard

ci: Fix tags on ad hoc unitctl releases

Open callahad opened this issue 8 months ago • 1 comments

  • Adds unitctl/ prefix to tags generated by manual workflow runs. Previously, only release titles (but not tags) were prefixed.

  • Omits superfluous name field; falls back to tag when absent.

  • Removes unnecessary conditional from prelease field.

This results in the following tagging / releasing behavior:

  1. Running manually creates a pre-release and tags it unitctl/VERSION
  2. Pushing a tag formatted like x.y.z creates a normal release

Refines: 3501a50ffb93756e145295021ff9313ac77f1ba9

callahad avatar Jun 21 '24 10:06 callahad