chore: Push single tag to remote
diff --git a/RELEASE.md b/RELEASE.md
index 4801c10..4d3e4f8 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -53,7 +53,7 @@
 
 # Add Tag
 git tag -a "${VERSION}" -m "Release v${VERSION}"
-git push "${REMOTE}" --tags
+git push "${REMOTE}" "${VERSION}"
 
 # Build and sign according to the Apache requirements
 python setup.py clean && python setup.py asdist