When attempting to Push via Source Tree, I get the following error:
git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push
Yes, indeed, pull the tags first before you push --tags. Solved my problem.
push --tags