From 9a28df411e75a39c2e4973a589ad0db99f2c5306 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 8 Oct 2022 18:22:13 +0200 Subject: [PATCH] [ci] Mark automatic releases as draft Fixes https://github.com/harfbuzz/harfbuzz/issues/2780 --- .ci/publish_release_artifact.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/publish_release_artifact.sh b/.ci/publish_release_artifact.sh index 272d90bed..239b9131c 100755 --- a/.ci/publish_release_artifact.sh +++ b/.ci/publish_release_artifact.sh @@ -19,5 +19,6 @@ fi ghr -replace \ -u $CIRCLE_PROJECT_USERNAME \ -r $CIRCLE_PROJECT_REPONAME \ + --draft \ $CIRCLE_TAG \ $1