We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2b0fd commit 424f223Copy full SHA for 424f223
1 file changed
.github/workflows/publish-npm.yml
@@ -18,7 +18,13 @@ jobs:
18
submodules: recursive
19
20
- name: Fetch all submodule branches
21
- run: git submodule foreach 'git fetch --all'
+ run: |
22
+ 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
+ '
28
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
0 commit comments