Skip to content
Snippets Groups Projects
Commit a96ee5d1 authored by Taras's avatar Taras
Browse files

Fix google_play_api_key

parent 89303ce0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ uploadPlayStoreBeta:
stage: deploy
script:
- echo "Running the uploadPlayStoreBeta job"
- echo "$SERVICE_JSON" > google_play_api_key.json
- echo ${GPLAY_API_KEY_JSON} > google_play_api_key.json
- bundle exec fastlane deployGoogle
only:
- main
\ No newline at end of file
json_key_file("google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
json_key_file("../google_play_api_key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
package_name("org.futo.circles") # e.g. com.krausefx.app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment