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
641 stars 201 forks source link

Missing previous_tag output value when using the custom_tag input #131

Open Yago-Ferrer opened 2 years ago

Yago-Ferrer commented 2 years ago

When doing a custom release using the custom_tag it does not output the previous_tag, only the new_tag Nevertheless, the changelog output value contains the previous_tag in the URL.

I feel this is a bug, what do you think @mathieudutour?