From 6fc23bc98815a2c6fa5f451f53769f08074129b0 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sat, 4 Oct 2025 18:05:20 -0500 Subject: [PATCH] ci(release): correct case for 'NewAlpha' track in Play Store promotion (#3345) --- .github/workflows/promote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 7b7815aef..9deac1a01 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -89,7 +89,7 @@ jobs: service-account-json-raw: ${{ secrets.GOOGLE_PLAY_JSON_KEY }} package-name: 'com.geeksville.mesh' from-track: 'internal' - to-track: ${{ inputs.channel == 'closed' && 'newAlpha' || (inputs.channel == 'open' && 'beta' || 'production') }} + to-track: ${{ inputs.channel == 'closed' && 'NewAlpha' || (inputs.channel == 'open' && 'beta' || 'production') }} update-github-release: runs-on: ubuntu-latest