From 09d3bbb857910422c8160b2aac64c1b699ab7574 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Jan 2024 18:08:51 -0600 Subject: [PATCH] fix Makefile Signed-off-by: Jeff Carr --- Makefile | 4 ++-- 1 file 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