From 366dc54ae45c39765a054760d2bae8c6a5c38a5e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 18:10:37 -0600 Subject: fix makefile Signed-off-by: Jeff Carr --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index af26bf7..c2a13b9 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ redomod: go mod tidy github: + git push origin master + git push origin devel + git push origin --tags git push github master git push github devel git push github --tags -- cgit v1.2.3