openring/release
2022-12-20 15:57:40 -03:00

5 lines
108 B
Bash
Executable file

#!/bin/sh
go build
git tag "$1"
tea release create --title "$1" --asset openring --repo Nulo/openring "$1"