or like thatttt?
Some checks failed
Build and release release apps to production track / Get version (pull_request) Successful in 31s
Build and release release apps to production track / Build and upload ios app (pull_request) Failing after 2m5s

This commit is contained in:
Remy Moll 2025-04-27 17:07:12 +02:00
parent 2b03992790
commit cf223b1a0e

View File

@ -74,7 +74,7 @@ jobs:
- name: Replace API Key from secret
run: |
sed -i '' 's/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g' Runner/AppDelegate.swift
sed -i "" "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift
- name: Run fastlane lane
run: bundle exec fastlane deploy_${{ inputs.build_type }}