Thanks for creating such an amazing projects to ease releases. But I want to have an ability to attach artifacts to releases even if tag name doesn't start with v prefix.
There are two ways for resolving this issue:
- Create an output of an archive name, so users can upload those archives to release workflows.
- Make "v" prefix optional and trigger releases every time unless explicitly stated otherwise.
This issue happens because of 2 factors:
- I like create releases from github web UI.
- I don't have
v prefix on my tags.
All my actions trigger on release:
on:
release:
types:
- released