#!/bin/bash -ex
CURRENT_BRANCH=$(git branch --list | awk '/^\*/{print $2}')
exec git push origin ${CURRENT_BRANCH} --tags