Skip to content

Commit 6fadbba

Browse files
author
Brian Genisio
committed
populate the design system submodule on build
1 parent a782aee commit 6fadbba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)