Created
December 1, 2021 17:09
-
-
Save shafayathossain/93391d3b32e3640af7748f58f87b2c7e to your computer and use it in GitHub Desktop.
Responsible for uploading aab to playstore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Responsible for uploading aab to playstore" | |
lane :distribute_playstore do | |
upload_to_play_store( | |
track: "production", | |
aab: BUNDLE_FILE_PATH, | |
json_key: PLAYSTORE_KEY_PATH, | |
package_name: PACKAGE_NAME | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment