From 838c51691c78708382f02544af837d603779a420 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 12 Apr 2026 19:54:34 +1000 Subject: [PATCH] Trying to test release --- scripts/xcompile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xcompile.sh b/scripts/xcompile.sh index 283e6406..44df9f30 100755 --- a/scripts/xcompile.sh +++ b/scripts/xcompile.sh @@ -4,7 +4,7 @@ set -eo pipefail # You may need to go install github.com/goreleaser/goreleaser/v2@latest first GORELEASER="goreleaser build --clean" -if [ -z "$CI" ]; then +if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then GORELEASER+=" --snapshot" fi