fxk sed
This commit is contained in:
parent
cf223b1a0e
commit
426c9d4551
@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Replace API Key from secret
|
- name: Replace API Key from secret
|
||||||
run: |
|
run: |
|
||||||
sed -i "" "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift
|
sed -i "" -e "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift
|
||||||
|
|
||||||
- name: Run fastlane lane
|
- name: Run fastlane lane
|
||||||
run: bundle exec fastlane deploy_${{ inputs.build_type }}
|
run: bundle exec fastlane deploy_${{ inputs.build_type }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user