From dcd8fe2c3b2b76588ce692e44afd290f054451de Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 8 Oct 2022 19:33:38 +0200 Subject: [PATCH] Revert "[ci] Mark automatic releases as draft" This reverts commit 9a28df411e75a39c2e4973a589ad0db99f2c5306. It creates a new draft release for each upload, which is not what we are after. --- .ci/publish_release_artifact.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/publish_release_artifact.sh b/.ci/publish_release_artifact.sh index 239b9131c..272d90bed 100755 --- a/.ci/publish_release_artifact.sh +++ b/.ci/publish_release_artifact.sh @@ -19,6 +19,5 @@ fi ghr -replace \ -u $CIRCLE_PROJECT_USERNAME \ -r $CIRCLE_PROJECT_REPONAME \ - --draft \ $CIRCLE_TAG \ $1