Add install cocoapods step to workflows to fix ios builds

This commit is contained in:
Violet Caulfield
2025-04-11 07:22:27 -05:00
parent 8ff93aa29b
commit 92dc63f40b
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ jobs:
- name: 🟢 Run npm run init
run: npm run init
- name: 🍫 Install CocoaPods
run: npm run pod:install
- name: 🚀 Run fastlane build
run: npm run fastlane:ios:build
env:

View File

@@ -20,6 +20,9 @@ jobs:
- name: 🟢 Run npm run init
run: npm run init
- name: 🍫 Install CocoaPods
run: npm run pod:install
- name: Version Up
run: npx react-native bump-version --type patch