I would like to 1) update a tag to a git revision that just passed its tests and then 2) push that new tag reference to the origin repository.
I am using Git Publisher. I have set "Publish Only if Build Succeeds". I have also set "Tag to push" as "passed", and "Target remote name" as "origin". >From the logs, I can see that it is successfully pushing the tag, but without first pointing it to the new revision, which I thought was the default behavior. Any ideas of what I'm doing wrong, or what I'm missing?