Commit b52a400c authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

use `go build` on publish

parent 2ed26f00
...@@ -10,7 +10,7 @@ fi ...@@ -10,7 +10,7 @@ fi
OS=$(go env GOOS) OS=$(go env GOOS)
ARCH=$(go env GOARCH) ARCH=$(go env GOARCH)
make app go build .
# Create a new tag if it doesn't exist. # Create a new tag if it doesn't exist.
if ! git rev-parse v$VERSION >/dev/null 2>&1; then if ! git rev-parse v$VERSION >/dev/null 2>&1; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment