Skip to content

Commit 6b553a8

Browse files
committed
fix: init LiaScript submodules recursively to apply elm-patch in CI
1 parent c71ab50 commit 6b553a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Initialize LiaScript submodule
19-
run: git submodule update --init LiaScript
19+
run: git submodule update --init --recursive LiaScript
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)