codeintel: Stop creating git tags when checking if tags exist
Created by: efritz
Run git tag
in order to determine if any tags exist; do not run git tag {commit}
, as that's an unnecessary check that will happen to create a tag instead. Not what we want!