We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec10c95 commit 77e11aeCopy full SHA for 77e11ae
.github/workflows/promote-release-in-playstore.yml
@@ -10,24 +10,31 @@ on:
10
type: choice
11
options:
12
- internal
13
+ - open_beta
14
- alpha
15
- beta
16
- production
17
promoteTrack:
18
description: 'Track to which to promote a release'
19
required: true
- default: 'alpha'
20
+ default: 'open_beta'
21
22
23
24
25
26
27
28
userFraction:
29
description: 'percentage of users who will receive a staged release'
30
required: false
31
default: '0.25'
- type: environment
32
+ type: choice
33
+ options:
34
+ - "0.25"
35
+ - "0.5"
36
+ - "0.75"
37
+ - "1.0"
38
39
jobs:
40
promote:
0 commit comments