Skip to content

Commit 06bb604

Browse files
committed
ci: enable submodules for release action
1 parent 63a7bcc commit 06bb604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
18+
submodules: true
1819

1920
- name: Setup pnpm
2021
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)