mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[PM-8985] Publish beta builds to internal track (#3376)
This commit is contained in:
parent
1d6707ef82
commit
fc84a89dd2
1 changed files with 3 additions and 2 deletions
|
@ -218,8 +218,9 @@ platform :android do
|
|||
lane :publishBetaToPlayStore do
|
||||
upload_to_play_store(
|
||||
package_name: "com.x8bit.bitwarden.beta",
|
||||
track: "Public",
|
||||
release_status: "draft",
|
||||
track: "internal",
|
||||
release_status: "completed",
|
||||
rollout: 1,
|
||||
aab: "app/build/outputs/bundle/standardBeta/com.x8bit.bitwarden-standard-beta.aab",
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue