Trying to test release

This commit is contained in:
Mike Farah 2026-04-12 19:54:34 +10:00
parent c8f6c1a042
commit 838c51691c
No known key found for this signature in database

View File

@ -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