Skip to content

Commit

Permalink
chore: Updating Fast file
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 21, 2024
1 parent 82ce9b7 commit 710a8a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/inflate-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ runs:
- name: Inflate firebaseAppDistributionServiceCredentialsFile.json
shell: bash
env:
CREDS: ${{ inputs.firebase-creds }}
$FIREBASE_CREDS: ${{ inputs.firebase-creds }}
run: |
echo $FIREBASE_CREDS > mifospay-android/firebaseAppDistributionServiceCredentialsFile.json
1 change: 1 addition & 0 deletions .github/workflows/release_to_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Install Fastlane
run: |
gem install bundler:2.2.27
gem install fastlane
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down
8 changes: 8 additions & 0 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Promote internal tracks to beta on Google Play

Promote beta tracks to production on Google Play

### android check_version

```sh
[bundle exec] fastlane android check_version
```

Check Version

----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
Expand Down
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.001823">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.0016609">

</testcase>


<testcase classname="fastlane.lanes" name="1: versionFile" time="42.258112">
<testcase classname="fastlane.lanes" name="1: versionFile" time="38.467327">

</testcase>

Expand Down

0 comments on commit 710a8a7

Please sign in to comment.