Skip to content

Commit 838c516

Browse files
committed
Trying to test release
1 parent c8f6c1a commit 838c516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xcompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eo pipefail
44

55
# You may need to go install github.com/goreleaser/goreleaser/v2@latest first
66
GORELEASER="goreleaser build --clean"
7-
if [ -z "$CI" ]; then
7+
if [ -z "$CI" ] || [[ "${GITHUB_REF_NAME:-}" == draft-* ]]; then
88
GORELEASER+=" --snapshot"
99
fi
1010

0 commit comments

Comments
 (0)