unit
unit copied to clipboard
ci: Fix tags on ad hoc unitctl releases
-
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 totag
when absent. -
Removes unnecessary conditional from
prelease
field.
This results in the following tagging / releasing behavior:
- Running manually creates a pre-release and tags it
unitctl/VERSION
- Pushing a tag formatted like
x.y.z
creates a normal release
Refines: 3501a50ffb93756e145295021ff9313ac77f1ba9