#!/usr/bin/env bash

set -euo pipefail
cd "$(dirname "$0")/.."

git push git@github.com:apeschar/php-cs-fixer HEAD --tags
