Skip to content

Commit 77e11ae

Browse files
committed
adjust promotion details
1 parent ec10c95 commit 77e11ae

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/promote-release-in-playstore.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,31 @@ on:
1010
type: choice
1111
options:
1212
- internal
13+
- open_beta
1314
- alpha
1415
- beta
1516
- production
1617
promoteTrack:
1718
description: 'Track to which to promote a release'
1819
required: true
19-
default: 'alpha'
20+
default: 'open_beta'
2021
type: choice
2122
options:
2223
- internal
24+
- open_beta
2325
- alpha
2426
- beta
2527
- production
2628
userFraction:
2729
description: 'percentage of users who will receive a staged release'
2830
required: false
2931
default: '0.25'
30-
type: environment
32+
type: choice
33+
options:
34+
- "0.25"
35+
- "0.5"
36+
- "0.75"
37+
- "1.0"
3138

3239
jobs:
3340
promote:

0 commit comments

Comments
 (0)