From 03c4cc73306441dda46ea66d984f63df15525c38 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sat, 16 Sep 2023 12:44:40 +0200 Subject: [PATCH] publish draft even with error --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9aae757..bcd6ffcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,7 +229,8 @@ jobs: - name: Create or Update Draft Release uses: softprops/action-gh-release@v1 - if: github.ref_type!='tag' && success() + if: github.ref_type!='tag' + #&& success() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: