Skip to content

Commit 4f094dd

Browse files
committed
Fix failing CI
1 parent 06ed114 commit 4f094dd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16+
- name: Populate design system submodule
17+
run: git submodule update --init
18+
1619
- name: Setup Node.js
1720
uses: actions/setup-node@v4
1821
with:

0 commit comments

Comments
 (0)