#!/bin/sh
set -e
git push --tags public master
git push --tags github master
