From 1482bd8ab8c6956d8e297cf55a91c29ea33ad5f7 Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 18 Dec 2024 17:34:10 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=93=AA=E6=9D=A5=E7=9A=84=E5=A5=87?= =?UTF-8?q?=E6=80=AA=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 979d8cefe..022abe9c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -541,7 +541,7 @@ jobs: prerelease: ${{ needs.meta.outputs.is_pre_release == 'true' }} - name: Create issue if failed to release - if: failure() || steps.nuget.outputs.failed || steps.pip.outputs.failed || ${{ steps.nodejs.outputs.id == 'undefined' }} + if: steps.nuget.outputs.failed || steps.pip.outputs.failed || ${{ steps.nodejs.outputs.id == 'undefined' }} uses: actions-cool/issues-helper@v3 with: actions: "create-issue" @@ -551,5 +551,3 @@ jobs: ${{ steps.nuget.outputs.failed && '- nuget @moomiji' || '' }} ${{ steps.pip.outputs.failed && '- pip @MistEO' || '' }} ${{ steps.nodejs.outputs.id == 'undefined' && '- nodejs @neko-para' || '' }} - - cc @MistEO