We would like to tag passing builds for example:
git tag -a "RC 34" -m "adding tag"
using circleCI when the build passes.
Does anyone have any experience doing this and how to push the tags back to Github? We’re having issues in that it’s trying to use the read-only deploy key to do the git push origin --tags