From 493be47c8f2c617b52cb26b97695f8e03194f6bd Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:28:17 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4ba19e1..ad8df76b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,7 +228,7 @@ jobs: - name: Create or Update Draft Release uses: softprops/action-gh-release@v1 - if: github.ref_type!='tag' + if: github.ref_type != 'tag' #&& success() env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}