Clearing the source cache?

I had the same problem. I solved it rebuilding the project with SSH enabled. After logging into the instance, I manually removed the mistaken tag:

git tag -d <tag_name>

Builds run after that won’t include the tag anymore.

1 Like