diff --git a/.github/scripts/android/deploy-play.ps1 b/.github/scripts/android/deploy-play.ps1 index c91722239..c1aafc225 100644 --- a/.github/scripts/android/deploy-play.ps1 +++ b/.github/scripts/android/deploy-play.ps1 @@ -4,6 +4,6 @@ $homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path; $publisherPath = $($rootPath + "/store/google/Publisher/bin/Release/netcoreapp2.0/Publisher.dll"); $credsPath = $($homePath + "/secrets/play_creds.json"); $aabPath = $($rootPath + "/com.x8bit.bitwarden.aab"); -$track = "alpha"; +$track = "internal"; dotnet $publisherPath $credsPath $aabPath $track