We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0cb99 commit de000f9Copy full SHA for de000f9
fastlane/Fastfile
@@ -48,7 +48,9 @@ platform :android do
48
desc "Deploy latest version to Google Play"
49
lane :deployRelease do
50
upload_to_play_store(
51
- aab: "app/build/outputs/bundle/release/app-release.aab"
+ track: 'production',
52
+ aab: "app/build/outputs/bundle/release/app-release.aab",
53
+ json_key: "app/qrbarcode-8b0b8-aaefa03b2374.json"
54
)
55
end
56
0 commit comments