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

Update utils.ts - print tag invalid tag names #212

Open rymurr opened 5 months ago

rymurr commented 5 months ago

While debugging my action I was seeing a lot of: ##[debug]Found Invalid Tag: [object Object]. This should print out the name instead of the opaque object

dstoiko commented 3 months ago

I was about to submit the same change. +1

rymurr commented 2 months ago

cc @mathieudutour