It seems in the last release process, a tag was created by bump-my-version, but it should not have been created yet (note; BUMPVERSION_TAG: "false") - and it should be created in push_to_release. The latter has a check to only create a tag when it does not exist.
If we want it to bomb when it runs, so you are reminded to remove any tag created too early, we could remove that check again.
We can verify/check for next release to ensure all steps work as desired.
It seems in the last release process, a tag was created by bump-my-version, but it should not have been created yet (note;
BUMPVERSION_TAG: "false") - and it should be created in push_to_release. The latter has a check to only create a tag when it does not exist.If we want it to bomb when it runs, so you are reminded to remove any tag created too early, we could remove that check again.
We can verify/check for next release to ensure all steps work as desired.