From b9ffab360b61bb87f621801bd25aeaee2c72fbde Mon Sep 17 00:00:00 2001 From: Violet Giraffe Date: Thu, 12 Sep 2024 01:47:41 +0300 Subject: [PATCH] Release: 0.9.9.2 --- .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 68d2ae9c..4dda105e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -240,7 +240,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 - if: success() && ${{ startsWith(github.event.workflow_run.head_commit.message, 'Release\072') }} + if: success() && ${{ startsWith(github.event.workflow_run.head_commit.message, 'Release') }} with: generate_release_notes: true files: |