[PM-8985] Distribute beta builds on every push to main (#3351)

This commit is contained in:
Patrick Honkonen
2024-06-26 12:19:32 -04:00
committed by GitHub
parent 159cb02899
commit a3c72e572c
2 changed files with 26 additions and 13 deletions

View File

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