mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(ci): Configure staged rollouts for Android releases (#3399)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
c122561df7
commit
318d63411f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/promote.yml
vendored
1
.github/workflows/promote.yml
vendored
|
|
@ -90,6 +90,7 @@ jobs:
|
|||
package-name: 'com.geeksville.mesh'
|
||||
from-track: 'internal'
|
||||
to-track: ${{ inputs.channel == 'closed' && 'NewAlpha' || (inputs.channel == 'open' && 'beta' || 'production') }}
|
||||
user-fraction: ${{ inputs.channel == 'production' && '0.1' || (inputs.channel == 'open' && '0.5') || '1.0' }}
|
||||
|
||||
update-github-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue