From: Martin Mares Date: Mon, 26 Feb 2024 20:16:23 +0000 (+0100) Subject: maint/push-to-public: Push including tags X-Git-Tag: v3.13.0~35 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1873b97397b14e3f2404aeee128c429430ce621a;p=pciutils.git maint/push-to-public: Push including tags --- diff --git a/maint/push-to-public b/maint/push-to-public index d1ab4f3..4ed9467 100755 --- a/maint/push-to-public +++ b/maint/push-to-public @@ -1,4 +1,4 @@ #!/bin/sh set -e -git push public -git push github +git push --tags public +git push --tags github