diff options
Diffstat (limited to 'maint/push-to-public')
-rwxr-xr-x | maint/push-to-public | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maint/push-to-public b/maint/push-to-public index d1ab4f3..cb550fb 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 master +git push --tags github master |