Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

0.3

0.3 #3

Workflow file for this run

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 Beta to Production Play Store
run: bundle exec fastlane promote_to_production