github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

error when committing without tag

Open thepercival opened this issue 3 years ago • 0 comments

Hello,

I have set "default_bump": false When I commit without a tag in the commit-message, an error returns when this action is executes: "Error undefined: No tag found in ref or input!" ncipollo/release-action@v1 needsa ref or input, but "github-tag-action" should not throw an error when "default_bump": false imho. Best to just do nothing, because this is what you want when "default_bump": false.

thanks in advance for looking at this.

Coen

thepercival avatar Apr 15 '22 22:04 thepercival