Skip to content

Commit 80e6f4c

Browse files
committed
fix android bundling on deploy workflows
1 parent c7eff86 commit 80e6f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
sudo sysctl -p
6161
- run: echo 'org.gradle.workers.max=2' >> ./android/gradle.properties
6262
- run: cd android && ./gradlew androidDependencies --console=plain
63+
- run: npm run bundle-data
6364
- run: bundle exec fastlane android ci-run
6465
env:
6566
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}

0 commit comments

Comments
 (0)