6 lines
108 B
Text
6 lines
108 B
Text
|
#!/bin/sh
|
||
|
|
||
|
go build
|
||
|
git tag "$1"
|
||
|
tea release create --title "$1" --asset openring --repo Nulo/openring "$1"
|