fix(fastlane): Align assemble_beta task with fastlane documentation (#3044)

This commit is contained in:
James Rich 2025-09-09 20:49:16 -05:00 committed by GitHub
parent 92e448f211
commit 10f5b3a487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,6 @@ platform :android do
"android.injected.version.code" => ENV['VERSION_CODE']
}
)
return lane_context[SharedValues::GRADLE_AAB_OUTPUT_PATH]
lane_context[SharedValues::GRADLE_AAB_OUTPUT_PATH]
end
end