brobeson / ActionRelease

Automate releasing a new version of a GitHub workflow or action
MIT License
0 stars 0 forks source link

The regexes for the semantic versions are incorrect #1

Closed brobeson closed 7 months ago

brobeson commented 7 months ago

The regex use the range [0-1]. These should be [0-9].