mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci(release): correct case for 'NewAlpha' track in Play Store promotion (#3345)
This commit is contained in:
parent
d56e9f3ff6
commit
6fc23bc988
1 changed files with 1 additions and 1 deletions
2
.github/workflows/promote.yml
vendored
2
.github/workflows/promote.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue