5 lines
108 B
Bash
Executable file
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"
|