We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e4db0 commit 541d8f7Copy full SHA for 541d8f7
.github/workflows/deploy.yml
@@ -186,6 +186,9 @@ jobs:
186
- name: Update submodule
187
run: |
188
git submodule update --init
189
+ # Update submodule to latest on staging
190
+ git fetch
191
+ git checkout staging
192
193
- name: Configure MapBox SDK
194
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
@@ -479,6 +482,9 @@ jobs:
479
482
480
483
481
484
485
486
487
488
489
490
0 commit comments