aboutsummaryrefslogtreecommitdiffstats
path: root/maint/push-to-public
diff options
context:
space:
mode:
Diffstat (limited to 'maint/push-to-public')
-rwxr-xr-xmaint/push-to-public4
1 files changed, 2 insertions, 2 deletions
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