[PM-14224] Automate Play Store prod variant publishing (#4183)

This commit is contained in:
Álison Fernandes
2024-10-29 18:33:21 +00:00
parent d71389ab02
commit 42671aadfb
2 changed files with 14 additions and 1 deletions

View File

@@ -382,7 +382,9 @@ jobs:
- name: Publish Play Store bundle
if: ${{ matrix.variant == 'prod' && matrix.artifact == 'aab' && (inputs.publish-to-play-store || github.ref_name == 'main') }}
run: bundle exec fastlane publishBetaToPlayStore
run: |
bundle exec fastlane publishProdToPlayStore
bundle exec fastlane publishBetaToPlayStore
publish_fdroid:
name: Publish F-Droid artifacts