Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 31, 2024
1 parent 6e75c67 commit 3bf0ca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bf0ca3

Please sign in to comment.