diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff1bbcf55578..3106526bce87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -185,7 +185,9 @@ jobs: - name: Update submodule run: | + cd .. git submodule update --init + cd react-native # Update submodule to latest on staging git fetch --depth=1 origin staging git checkout staging @@ -484,7 +486,9 @@ jobs: - name: Update submodule run: | + cd .. git submodule update --init + cd react-native # Update submodule to latest on staging git fetch --depth=1 origin staging git checkout staging