diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3eaebbf..d6c4d196 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 + submodules: true - name: Setup pnpm uses: pnpm/action-setup@v2