Skip to content

Commit fef300e

Browse files
committed
Checkout design-system submodule in CI
1 parent 76cd9ba commit fef300e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18+
- name: Populate design system submodule
19+
run: git submodule update --init
20+
1821
- name: Setup Node.js
1922
uses: actions/setup-node@v4
2023
with:

0 commit comments

Comments
 (0)