We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8109ec commit 30aceb7Copy full SHA for 30aceb7
1 file changed
.github/workflows/publish-npm.yml
@@ -16,11 +16,12 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
+ fetch-depth: 0
20
21
- name: Prepare submodule branches for build
22
working-directory: LiaScript
23
run: |
- git fetch --unshallow || git fetch --all
24
+ git fetch origin
25
git checkout -B feat/fullPage origin/feat/fullPage
26
git checkout -B feat/capacitor8 origin/feat/capacitor8
27
git checkout development
0 commit comments