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