From: Mathieu Baudier Date: Tue, 19 Aug 2025 10:19:36 +0000 (+0200) Subject: Push tags as well X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cdaca1a2c45dabd87ec3b6a288ac766c45606ba5;p=pkg%2Fggml Push tags as well --- diff --git a/Makefile b/Makefile index 2125fd8..99621dc 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ LLAMA_CPP_BASE=sources/llama.cpp WHISPER_CPP_BASE=sources/whisper.cpp define publish_updates # (repobase) - git -C $(1) push origin master - git -C $(1) push origin upstream/latest - git -C $(1) push origin debian/latest - git -C $(1) push mbaudier@github master - git -C $(1) push mbaudier@github upstream/latest - git -C $(1) push mbaudier@github debian/latest + git -C $(1) push --tags origin master + git -C $(1) push --tags origin upstream/latest + git -C $(1) push --tags origin debian/latest + git -C $(1) push --tags mbaudier@github master + git -C $(1) push --tags mbaudier@github upstream/latest + git -C $(1) push --tags mbaudier@github debian/latest endef publish-updates: