Skip to content

Commit

Permalink
chore: Configured Fastlane For Android & iOS Release And Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Dec 27, 2024
1 parent aebaec4 commit 25e8b4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-promote-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Promote Android App
uses: ./.github/actions/android-beta
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/android-promote-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Promote Android App to Production
uses: ./.github/actions/android-production
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-android-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build Android App
uses: ./.github/actions/build-android-app
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-android-app-to-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Publish Android App on Firebase
uses: ./.github/actions/android-firebase
Expand Down

0 comments on commit 25e8b4f

Please sign in to comment.