I have situation like ``` A - B - C - master \ D-E -different release branch ``` And tagged B with version 1.0.1 E with 1.1.0 After running action on master commit C is tagged with `1.1.1` instead of `1.0.2`