fix: Update fastlane and github actions integration

This commit is contained in:
Anton Stubenbord
2023-04-26 19:03:53 +02:00
parent f88740f718
commit 3fd268a60b
3 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ platform :android do
track: 'alpha',
aab: '../build/app/outputs/bundle/release/app-release.aab',
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
release_status: "draft",
)
end
@@ -48,6 +49,7 @@ platform :android do
track: 'beta',
aab: '../build/app/outputs/bundle/release/app-release.aab',
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
release_status: "draft",
)
end
@@ -68,6 +70,7 @@ platform :android do
track: 'production',
aab: '../build/app/outputs/bundle/release/app-release.aab',
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
release_status: "draft",
)
end
end

View File

Binary file not shown.