diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57e4ea0f..675877b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: path: build deploy: name: 🚀 Deploy - if: github.event_name == 'push' && contains(github.event.head_commit_message, '[deploy]') + if: github.event_name == 'push' && contains(github.event.head_commit.message, '[deploy]') runs-on: ubuntu-latest needs: build environment: