From 318d63411f5434ea603b4d51bb6c25c500960db6 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 8 Oct 2025 07:44:58 -0500 Subject: [PATCH] feat(ci): Configure staged rollouts for Android releases (#3399) Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/promote.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 45c44617b..c7d1f80cc 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -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