diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index dae0112..5dc1faa 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -15,8 +15,8 @@ jobs: prepare: if: >- github.event.pull_request.merged == true && - ( ${{ !contains(github.event.pull_request.title, 'skip di') }} && - ${{ !contains(github.event.pull_request.body, 'skip di') }} + ( ${{ !contains(github.event.pull_request.title, '[skip di]') }} && + ${{ !contains(github.event.pull_request.body, '[skip di]') }} ) runs-on: ubuntu-latest