You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BREAKING] The action will now fail when the git commit command fails. (#370)
[BREAKING] The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the tag_push input). (#367)
Added:
tag_push input: you can now set the arguments of the git push --tags command.
tag_pushed output: whether the action pushed tags.