#!/bin/bash

echo "Unshallowing to get correct tags to work."
git fetch --tags --unshallow --quiet origin
