phish108 / autotag-action

A lightning fast autotagger for semver tagging in github actions
MIT License
14 stars 14 forks source link

`with-v` adds a second `v` prefix when rebuilding the same commit #196

Open dreed-sd opened 5 months ago

dreed-sd commented 5 months ago

It finds the existing tag from the previous run, like v1.0.0, and then adds an additional v, ending up with vv1.0.0.

Repro: use with-v and then build off the same commit twice.