#!/bin/bash

set -e

git pull https://git-crysp.uwaterloo.ca/SigmaProtocol/cmz main --tags
git push origin main --tags
