From fa3b53ba9a33b56bfd4d073953c21c9318dad1fd Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Mar 2024 12:20:50 +0530 Subject: [PATCH] chore(actions): clone with submodules when needed --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8be98ec..7ea99a5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true - name: Install PNPM uses: pnpm/action-setup@v3