2.3.2
[freeside.git] / Makefile
index 17d1140..4d5ec0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,7 @@ release:
        git pull
 
        # Tag the release
-       git tag ${TAG}
+       git tag -f ${TAG}
 
        #cd /home/ivan
        git archive ${TAG} | gzip -9 >freeside-${VERSION}.tar.gz