Apparently, when using the --atomic argument of push, you must specify the branch if pushing a tag too.
Also removes the tagging of the snapshots. This is no longer needed because the tags-ignore did not work for the repo workflows, had to go with another approach that doesn't depend on tags.
Apparently, when using the --atomic argument of push, you must specify the branch if pushing a tag too.
Also removes the tagging of the snapshots. This is no longer needed because the
tags-ignore
did not work for the repo workflows, had to go with another approach that doesn't depend on tags.