Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Created December 1, 2021 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shafayathossain/93391d3b32e3640af7748f58f87b2c7e to your computer and use it in GitHub Desktop.
Save shafayathossain/93391d3b32e3640af7748f58f87b2c7e to your computer and use it in GitHub Desktop.
Responsible for uploading aab to playstore
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