We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424f223 commit c8109ecCopy full SHA for c8109ec
1 file changed
.github/workflows/publish-npm.yml
@@ -17,14 +17,13 @@ jobs:
17
with:
18
submodules: recursive
19
20
- - name: Fetch all submodule branches
+ - name: Prepare submodule branches for build
21
+ working-directory: LiaScript
22
run: |
- git submodule foreach '
23
- git fetch --all
24
- git checkout -B feat/fullPage origin/feat/fullPage || true
25
- git checkout -B feat/capacitor8 origin/feat/capacitor8 || true
26
- git checkout development || true
27
- '
+ git fetch --unshallow || git fetch --all
+ git checkout -B feat/fullPage origin/feat/fullPage
+ git checkout -B feat/capacitor8 origin/feat/capacitor8
+ git checkout development
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
0 commit comments