We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71ab50 commit 6b553a8Copy full SHA for 6b553a8
1 file changed
.github/workflows/publish-npm.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Initialize LiaScript submodule
19
- run: git submodule update --init LiaScript
+ run: git submodule update --init --recursive LiaScript
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
0 commit comments