You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The convention is to use a leading for version number tags, i.e. git tag v4.2.0 However Thunderstore strictly requires a X.Y.Z version number format, i.e. no leading v.
As such the action should strip the leading v from the tag when generating the version number for Thunderstore.
The text was updated successfully, but these errors were encountered:
GeckoEidechse
changed the title
Action should strip leading v on version tag by default
Action should strip leading v on from tag by default
Apr 27, 2023
The convention is to use a leading for version number tags, i.e.
git tag v4.2.0
However Thunderstore strictly requires aX.Y.Z
version number format, i.e. no leadingv
.As such the action should strip the leading
v
from the tag when generating the version number for Thunderstore.Alternatively https://github.com/GreenTF/NSModTemplate could be updated to pass a stripped version number to the action instead of
github.ref_name
^^The text was updated successfully, but these errors were encountered: