Skip to content

Commit 541d8f7

Browse files
committed
Fetch staging to get latest code we need to deploy
1 parent 90e4db0 commit 541d8f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ jobs:
186186
- name: Update submodule
187187
run: |
188188
git submodule update --init
189+
# Update submodule to latest on staging
190+
git fetch
191+
git checkout staging
189192
190193
- name: Configure MapBox SDK
191194
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
@@ -479,6 +482,9 @@ jobs:
479482
- name: Update submodule
480483
run: |
481484
git submodule update --init
485+
# Update submodule to latest on staging
486+
git fetch
487+
git checkout staging
482488
483489
- name: Configure MapBox SDK
484490
run: |

0 commit comments

Comments
 (0)