From b9a8b652632f64be5a899048e274b3a0ecc311d1 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 12:02:51 +0200 Subject: [PATCH] chore: add internal test track (not included in last commit) --- .github/workflows/release_deploy_play_store.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index 0cdb9aa..3e98822 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -11,6 +11,8 @@ on: default: "alpha" type: choice options: + - internal + - promote_to_alpha - alpha - promote_to_beta - beta