From 2c255b8eed734f54d62ce928a83bdebc1fd945d5 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Tue, 23 Jan 2024 15:33:21 -0700 Subject: [PATCH] push commit & tag --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22c50e3..0dc0f47 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ tag: git add -A git commit -m 'version $(VERSION)' git tag '$(VERSION)' - git push tag '$(VERSION)' + git push origin HEAD:main + git push origin tag '$(VERSION)' docs: doxygen.conf $(SOURCES) $(HEADERS) doxygen -q doxygen.conf