Skip to content

Commit

Permalink
Run the build task.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Mar 5, 2024
1 parent 601eab7 commit 04465c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- run: yarn install
- name: Run Fastlane
working-directory: android/
run: bundle exec fastlane deploy
run: bundle exec fastlane build
env:
ANDROID_STORE_FILE: ${{ steps.android_keystore.outputs.filePath }}
ANDROID_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
Expand Down

0 comments on commit 04465c9

Please sign in to comment.