Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ef600e7..1bc0e8ff 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ mocktag:
tag_and_push:
@git commit -a -m "Creating Tag v$(v) at $(DATENOW) - $(m)" ;\
-
+ git push ;\
if [[ "$(CURRENT_BRANCH)" != "master" ]]; then \
git checkout master ;\
git merge $(CURRENT_BRANCH) ;\