]> j8takagi.net git repositories - yacasl2.git/commitdiff
make gitpushの修正
authorj8takagi <j8takagi@nifty.com>
Wed, 1 Jul 2026 12:21:15 +0000 (21:21 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 1 Jul 2026 12:21:15 +0000 (21:21 +0900)
git.mk

diff --git a/git.mk b/git.mk
index 108bd16a7f8a337c313efc44782819b92218a3f5..b39c55a95aef65cfb53a9a0f36244cbe73cb0f0c 100644 (file)
--- a/git.mk
+++ b/git.mk
@@ -10,8 +10,8 @@ VERSIONNO = $(shell $(CAT) VERSION | $(SED) 's/v\([0-9]*\.[0-9]*\)p.*$$/\1/' )
 PATCHNO = $(shell $(CAT) VERSION | $(SED) 's/^.*p//' )
 
 gitpush___stamp: gittag___stamp
-       $(GIT) push origin main --follow-tags
-       $(GIT) push github main --follow-tags
+       $(GIT) push origin main --tags
+       $(GIT) push github main --tags
        $(GIT) rev-parse HEAD > $@
 
 gittag___stamp: commit___stamp