From ac8ed6c510d5e69ac31eb4cd6457468125a7e686 Mon Sep 17 00:00:00 2001 From: LTFan Date: Sat, 27 Jan 2024 14:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/increase-build-number.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increase-build-number.yaml b/.github/workflows/increase-build-number.yaml index 7eaf558..81adc05 100644 --- a/.github/workflows/increase-build-number.yaml +++ b/.github/workflows/increase-build-number.yaml @@ -10,7 +10,7 @@ permissions: jobs: increase-build-number: - if: !startsWith(github.event.pull_request.title, 'ci:') + if: "!startsWith(github.event.pull_request.title, 'ci:')" name: Increase build number runs-on: ubuntu-latest steps: