bump-nightly

1#!/bin/bash
2
3set -e
4
5git fetch origin main:tags/nightly -f
6git log --oneline -1 nightly
7git push -f origin nightly