Skip to content

Commit fa3b53b

Browse files
committed
chore(actions): clone with submodules when needed
1 parent f556ad5 commit fa3b53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
20+
with:
21+
submodules: true
2022

2123
- name: Install PNPM
2224
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)