mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
624 stars 195 forks source link

Custom tag not being picked up #206

Closed ankushj-sapientai closed 6 months ago

ankushj-sapientai commented 6 months ago

Hi, I pushed 1 custom tag like this-> custom_tag: "2024.1.010" and custom_tag:2024.1.010

in both the cases, when in the next run I remove the custom_tag field, it still takes the older 2024.1.009 tag as the previous tag, why is that?

Machine391 commented 6 months ago

I think I messed up the logic , maybe too many field priorities. I am looking for help developing the programs that aren't fully functional. I create a lot of different tools.

Machine391 commented 6 months ago

Try 2024.1.09 then 2024.1.10

ankushj-sapientai commented 6 months ago

Was doing it wrong, my bad. Needs to be in correct Semver format, does’t recognize x.y.009 but recognizes x.y.9.