diff --git a/Makefile b/Makefile
index e03f67fa..19f21980 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ COMPOSER_EXE := $(shell which composer)
 NODE_EXE := $(shell which node)
 NPM_EXE := $(shell which npm)
 SUDO_EXE := $(shell which sudo)
-GIT_EXE := $(shell which git)
 
 WWW_USER := www-data
 BUILD_EXE := build.js
@@ -47,6 +46,5 @@ analyse:
 
 tag: analyse
 	${PHP_EXE} ${TOOLS_DIR}/create-tag
-	${GIT_EXE} push
 
 .PHONY: all update composer npm build rebuild-css rebuild-js rebuild-twig migrate clear-cache cron analyse tag