Skip to content

Commit

Permalink
adjust promotion details
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 20, 2023
1 parent ec10c95 commit 77e11ae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/promote-release-in-playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,31 @@ 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
userFraction:
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:
Expand Down

0 comments on commit 77e11ae

Please sign in to comment.