summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 850b266..af26bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,6 @@ redomod:
go mod tidy
github:
- git push -u github master
- git push -u github devel
+ git push github master
+ git push github devel
git push github --tags