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