We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7b911 commit d56e9f3Copy full SHA for d56e9f3
.github/workflows/promote.yml
@@ -89,7 +89,7 @@ jobs:
89
service-account-json-raw: ${{ secrets.GOOGLE_PLAY_JSON_KEY }}
90
package-name: 'com.geeksville.mesh'
91
from-track: 'internal'
92
- to-track: ${{ inputs.channel == 'closed' && 'alpha' || (inputs.channel == 'open' && 'beta' || 'production') }}
+ to-track: ${{ inputs.channel == 'closed' && 'newAlpha' || (inputs.channel == 'open' && 'beta' || 'production') }}
93
94
update-github-release:
95
runs-on: ubuntu-latest
0 commit comments