Skip to content

Commit e56b18a

Browse files
committed
ci: enable submodules on GitHub Actions
1 parent b349cd2 commit e56b18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .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 Node.js 14.x
2021
uses: actions/setup-node@master

0 commit comments

Comments
 (0)