From cdcfc2cfef8585bb6fafe2ff1804abedcfdaebe5 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 12 Jul 2024 01:16:34 +0800 Subject: [PATCH] ci: update workflows config. --- .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 02bebaf3..7864fd10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1 - if: steps.create_tag.outputs.successful + if: steps.create_tag.outputs.successful == 'true' with: allowUpdates: true token: ${{ secrets.GITHUB_TOKEN }}