Skip to content

Commit

Permalink
Merge pull request #172 from fmasa/beta-release
Browse files Browse the repository at this point in the history
Beta releases for master
  • Loading branch information
fmasa authored Sep 3, 2023
2 parents 9dfd907 + da8306b commit b5826df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ platform :android do
aab: 'app-release.aab',
skip_upload_apk: true, # We are uploading AAB
)
upload_to_play_store(
track: 'internal'
track_promote_to: 'beta'
skip_upload_apk: true,
skip_upload_aab: true,
)
end
end

0 comments on commit b5826df

Please sign in to comment.