From 06bb604c3ae2d8c94fa8d367428d520ed990aff1 Mon Sep 17 00:00:00 2001 From: JounQin Date: Fri, 15 Dec 2023 01:16:03 +0800 Subject: [PATCH] ci: enable submodules for release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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