diff --git a/.github/workflows/build-plugin-docs.yml b/.github/workflows/build-plugin-docs.yml index 8d8d9a252a..1a30e08b39 100644 --- a/.github/workflows/build-plugin-docs.yml +++ b/.github/workflows/build-plugin-docs.yml @@ -10,7 +10,7 @@ jobs: build-and-sync-docs: runs-on: ubuntu-latest # Only run on manual trigger or when the commit message starts with "chore(libs): bump version" - if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs): bump version') + if: github.event_name == 'workflow_dispatch' || startsWith(github.event.head_commit.message, 'chore(libs):bump version') steps: - name: Checkout logseq repository