ci(fastlane): add missing comma
This commit is contained in:
parent
e2fb79f075
commit
a4a299e246
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ platform :android do
|
|||
)
|
||||
|
||||
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",
|
||||
rollout: 1,
|
||||
json_key: ENV["FINDROID_PLAY_API_CREDENTIALS"],
|
||||
|
|
Loading…
Reference in a new issue