The current version tags are a complete mess. You've mixed up tags with and without v, so users have no idea whether to use v or the one without v.
I would suggest using branches for managing version ranges such as v1, v2, etc.
You can refer to my GitHub repo at https://github.com/simple-icons/release-action to learn how I manage GitHub Actions versions with branches.
The current version tags are a complete mess. You've mixed up tags with and without
v, so users have no idea whether to usevor the one withoutv.I would suggest using branches for managing version ranges such as
v1,v2, etc.You can refer to my GitHub repo at https://github.com/simple-icons/release-action to learn how I manage GitHub Actions versions with branches.