Skip to content

Commit 30aceb7

Browse files
committed
add fetch-depth to npm worklfow
1 parent c8109ec commit 30aceb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19+
fetch-depth: 0
1920

2021
- name: Prepare submodule branches for build
2122
working-directory: LiaScript
2223
run: |
23-
git fetch --unshallow || git fetch --all
24+
git fetch origin
2425
git checkout -B feat/fullPage origin/feat/fullPage
2526
git checkout -B feat/capacitor8 origin/feat/capacitor8
2627
git checkout development

0 commit comments

Comments
 (0)