Skip to content

Commit

Permalink
Fix deployment (#15)
Browse files Browse the repository at this point in the history
* Fix deployment pipeline

* Minor change
  • Loading branch information
cp-radhika-s authored Feb 2, 2024
1 parent 40638b7 commit 432961e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ platform :android do
build_type: 'release') # compile a release bundle application app.aab
upload_to_play_store(
track: 'internal',
release_status: 'draft',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_apk: true,
Expand Down

0 comments on commit 432961e

Please sign in to comment.