force pushing tags

This commit is contained in:
KHOUBZA Younes
2022-06-04 15:03:05 +01:00
parent 83e3b73d5e
commit 269848e07c
+1 -1
View File
@@ -78,6 +78,6 @@ do
git checkout "$RELEASE_BRANCH";
git tag "$VERSION"
git push origin --tags
git push origin --tags --force
)
done