Merge pull request #82 from pushme-tgxn/main_update #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Expo AAB and Publish Expo App Update | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-prob-aab-and-submit: | |
name: Build and Submit Android App Bundle | |
uses: ./.github/workflows/bootstrap.yaml | |
secrets: inherit | |
with: | |
command: eas build -p android --profile production --auto-submit --non-interactive --no-wait | |
publish-update: | |
name: Publish Expo App | |
uses: ./.github/workflows/bootstrap.yaml | |
secrets: inherit | |
with: | |
command: eas update --auto --non-interactive | |