Skip to content

Commit de000f9

Browse files
committed
feat: update deployRelease to use production track
1 parent 7b0cb99 commit de000f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ platform :android do
4848
desc "Deploy latest version to Google Play"
4949
lane :deployRelease do
5050
upload_to_play_store(
51-
aab: "app/build/outputs/bundle/release/app-release.aab"
51+
track: 'production',
52+
aab: "app/build/outputs/bundle/release/app-release.aab",
53+
json_key: "app/qrbarcode-8b0b8-aaefa03b2374.json"
5254
)
5355
end
5456

0 commit comments

Comments
 (0)