From 77e11aebc2cfe903259f05fc3b7a6530d858111a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Stu=CC=88rmer?= Date: Sun, 20 Aug 2023 22:12:28 +0200 Subject: [PATCH] adjust promotion details --- .github/workflows/promote-release-in-playstore.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/promote-release-in-playstore.yml b/.github/workflows/promote-release-in-playstore.yml index a5a54c9..6fbcc73 100644 --- a/.github/workflows/promote-release-in-playstore.yml +++ b/.github/workflows/promote-release-in-playstore.yml @@ -10,16 +10,18 @@ on: type: choice options: - internal + - open_beta - alpha - beta - production promoteTrack: description: 'Track to which to promote a release' required: true - default: 'alpha' + default: 'open_beta' type: choice options: - internal + - open_beta - alpha - beta - production @@ -27,7 +29,12 @@ on: description: 'percentage of users who will receive a staged release' required: false default: '0.25' - type: environment + type: choice + options: + - "0.25" + - "0.5" + - "0.75" + - "1.0" jobs: promote: