NekoX/release.sh

6 lines
92 B
Bash

#!/usr/bin/env bash
git tag -d "$1"
git tag "$1"
git push origin ":$1"
git push origin "$1"