home-assistant-android/.github/workflows/release.yml
Justin Bassett 14907facb4
Update Fastlane (#3874)
* Update Fastlane

* Retry 5 times
2023-09-17 19:49:59 -04:00

35 lines
905 B
YAML

name: Production Deploy
on:
workflow_dispatch:
release:
types: [ released ]
env:
SUPPLY_UPLOAD_MAX_RETRIES: 5
jobs:
play_promote_production:
name: Play Publish Production
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- uses: ./.github/actions/inflate-secrets
name: Inflate Secrets
with:
keystore: ${{ secrets.ORIGINAL_KEYSTORE_FILE }}
google-services: ${{ secrets.GOOGLESERVICES }}
firebase-creds: ${{ secrets.FIREBASECREDS }}
playstore-creds: ${{ secrets.PLAYSTORECREDS }}
- name: Promote to Beta to Production Play Store
run: bundle exec fastlane promote_to_production
- name: Promote to Beta to Production Play Store
run: bundle exec fastlane submit_amazon