We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2b8f commit 63221bcCopy full SHA for 63221bc
1 file changed
.github/workflows/publish-npm.yml
@@ -17,6 +17,9 @@ jobs:
17
with:
18
submodules: recursive
19
20
+ - name: Fetch all submodule branches
21
+ run: git submodule foreach 'git fetch --all'
22
+
23
- name: Setup Node.js
24
uses: actions/setup-node@v4
25
0 commit comments