diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2f56ac..341e033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} release: - if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false + if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false runs-on: ubuntu-24.04 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2