use `go build` on publish

This commit is contained in:
Jeffrey Morgan 2023-07-11 16:17:45 -07:00
parent 2ed26f0047
commit b52a400cdf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
OS=$(go env GOOS)
ARCH=$(go env GOARCH)
make app
go build .
# Create a new tag if it doesn't exist.
if ! git rev-parse v$VERSION >/dev/null 2>&1; then