I want to tag a commit locally and release the gem from a workflow with on.push.tags: ["v*"] and therefore don't want to do any of the Git configuration. It would be nice if this action would skip those steps automatically if the github.event was a tag push (or, at least, allow me to specify an input to skip them).
I want to tag a commit locally and release the gem from a workflow with
on.push.tags: ["v*"]and therefore don't want to do any of the Git configuration. It would be nice if this action would skip those steps automatically if thegithub.eventwas a tag push (or, at least, allow me to specify an input to skip them).