ci(fastlane): add missing comma

This commit is contained in:
Jarne Demeulemeester 2024-04-14 22:16:35 +02:00
parent e2fb79f075
commit a4a299e246
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -31,7 +31,7 @@ platform :android do
) )
upload_to_play_store( upload_to_play_store(
aab: "./app/phone/build/outputs/bundle/libreRelease/phone-libre-release.aab" aab: "./app/phone/build/outputs/bundle/libreRelease/phone-libre-release.aab",
track: "production", track: "production",
rollout: 1, rollout: 1,
json_key: ENV["FINDROID_PLAY_API_CREDENTIALS"], json_key: ENV["FINDROID_PLAY_API_CREDENTIALS"],