We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a7bcc commit 06bb604Copy full SHA for 06bb604
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
18
+ submodules: true
19
20
- name: Setup pnpm
21
uses: pnpm/action-setup@v2
0 commit comments