mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
Add install cocoapods step to workflows to fix ios builds
This commit is contained in:
3
.github/workflows/build-ios.yml
vendored
3
.github/workflows/build-ios.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/publish-beta.yml
vendored
3
.github/workflows/publish-beta.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user