mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(release): update track names for Google Play promotion (#3338)
This commit is contained in:
parent
0f8bd84ecb
commit
54f7d9ecdf
2 changed files with 2 additions and 3 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -259,7 +259,6 @@ jobs:
|
|||
github-release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [prepare-build-info, release-google, release-fdroid]
|
||||
environment: Release
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v5
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ platform :android do
|
|||
desc "Promote from closed track to the open track on Google Play"
|
||||
lane :open do
|
||||
upload_to_play_store(
|
||||
track: 'NewAlpha',
|
||||
track: 'internal',
|
||||
track_promote_to: 'beta',
|
||||
release_status: 'draft',
|
||||
skip_upload_apk: true,
|
||||
|
|
@ -67,7 +67,7 @@ platform :android do
|
|||
desc "Promote from open track to the production track on Google Play"
|
||||
lane :production do
|
||||
upload_to_play_store(
|
||||
track: 'open',
|
||||
track: 'internal',
|
||||
track_promote_to: 'production',
|
||||
release_status: 'draft',
|
||||
skip_upload_apk: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue