Skip to content

Commit d56e9f3

Browse files
authored
fix(promote): update track name from 'alpha' to 'newAlpha' (#3344)
1 parent 7e7b911 commit d56e9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
service-account-json-raw: ${{ secrets.GOOGLE_PLAY_JSON_KEY }}
9090
package-name: 'com.geeksville.mesh'
9191
from-track: 'internal'
92-
to-track: ${{ inputs.channel == 'closed' && 'alpha' || (inputs.channel == 'open' && 'beta' || 'production') }}
92+
to-track: ${{ inputs.channel == 'closed' && 'newAlpha' || (inputs.channel == 'open' && 'beta' || 'production') }}
9393

9494
update-github-release:
9595
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)