Skip to content

Commit 63221bc

Browse files
committed
add fetch submodule to npm worklfow
1 parent 44d2b8f commit 63221bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20+
- name: Fetch all submodule branches
21+
run: git submodule foreach 'git fetch --all'
22+
2023
- name: Setup Node.js
2124
uses: actions/setup-node@v4
2225
with:

0 commit comments

Comments
 (0)