Is there an existing issue for this?
Which actions are affected?
No response
Which platforms are affected?
No response
Description
It appears that when the release or hotfix workflow runs, it attempts to retrieve a previously defined version from the repository. If none is found, it defaults to "Unknown Version".
However, this ends up creating a loop where the value keeps being appended, causing the title to grow indefinitely, e.g.:
"Unknown Version - Unknown Version - Unknown Version - Unknown Version".
Reproducing the issue
Create a new release issue on the repository with no version defined.
copilot Version
master
Relevant Log Output
Additional context and comments
No response