Fixing release build

This commit is contained in:
Mike Farah
2026-08-20 19:07:20 +10:00
parent e95064cd01
commit ed4125b9b1
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -eo pipefail
# You may need to go install github.com/goreleaser/goreleaser/v2@v2.16.0 first
# You may need to go install github.com/goreleaser/goreleaser/v2@v2.17.1 first
GORELEASER="goreleaser build --clean"
if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then
GORELEASER+=" --snapshot"