Skip to content

Commit

Permalink
Update onPush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Sep 6, 2024
1 parent f73676b commit 7711aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
./gradlew :androidApp:bundleRelease
- name: Deploy to Play Store Internal
run: bundle exec fastlane deploy_internal
run: bundle exec fastlane android deploy_internal

- name: Promote Internal to Beta
if: github.event.inputs.beta == 'true'
run: bundle exec fastlane promote_to_beta
run: bundle exec fastlane android promote_to_beta

0 comments on commit 7711aea

Please sign in to comment.