mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
ci: add changelog to Google Play uploads
Use whatsNewDirectory parameter to send fastlane changelogs to Google Play for both alpha and production tracks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -87,6 +87,7 @@ jobs:
|
||||
releaseFiles: app/build/outputs/bundle/release/app-release.aab
|
||||
track: alpha
|
||||
status: completed
|
||||
whatsNewDirectory: fastlane/metadata/android
|
||||
|
||||
- name: Upload to Google Play (Production)
|
||||
if: github.event_name == 'release' && env.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON != '' && vars.PLAY_STORE_PRODUCTION_ENABLED == 'true'
|
||||
@@ -99,6 +100,7 @@ jobs:
|
||||
releaseFiles: app/build/outputs/bundle/release/app-release.aab
|
||||
track: production
|
||||
status: completed
|
||||
whatsNewDirectory: fastlane/metadata/android
|
||||
|
||||
- name: Upload APKs and AAB as artifacts
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
|
||||
Reference in New Issue
Block a user