Fastlane fixes working up to a full release #68
| @@ -73,8 +73,9 @@ jobs: | |||||||
|           MATCH_REPO_SSH_KEY: ${{ secrets.IOS_MATCH_REPO_SSH_KEY_BASE64 }} |           MATCH_REPO_SSH_KEY: ${{ secrets.IOS_MATCH_REPO_SSH_KEY_BASE64 }} | ||||||
|  |  | ||||||
|       - name: Replace API Key from secret |       - name: Replace API Key from secret | ||||||
|  |         # on macos the -i (in-place) option requires a backup extension (.bak) here | ||||||
|         run: | |         run: | | ||||||
|           sed -i "" -e "s/IOS_GOOGLE_MAPS_API_KEY/${{ secrets.IOS_GOOGLE_MAPS_API_KEY }}/g" Runner/AppDelegate.swift |           sed -i .bak -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 }} | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ platform :android do | |||||||
|       ) |       ) | ||||||
|      |      | ||||||
|     upload_to_play_store( |     upload_to_play_store( | ||||||
|       track: 'alpha', |       track: 'beta', | ||||||
|       # upload aab files intstead |       # upload aab files intstead | ||||||
|       skip_upload_apk: true, |       skip_upload_apk: true, | ||||||
|       skip_upload_changelogs: true, |       skip_upload_changelogs: true, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user