Skip to content

Commit

Permalink
chore: Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 26, 2024
1 parent c5c35f4 commit 742e61f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/internal_or_beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

distribute_android_app:
name: Github, Firebase Release
needs: [ build_desktop_app ]
needs: [ build_desktop_and_ios_app ]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -147,7 +147,6 @@ jobs:

- name: ☁️ Deploy to Firebase
if: github.event.inputs.release_type == 'beta'
env:
KEYSTORE_PASSWORD: ${{ secrets.ORIGINAL_KEYSTORE_FILE_PASSWORD }}
KEYSTORE_ALIAS: ${{ secrets.ORIGINAL_KEYSTORE_ALIAS }}
Expand All @@ -161,7 +160,7 @@ jobs:
distribute_ios_app:
name: Build iOS App
if: github.event.inputs.release_type == 'beta'
needs: [ app_build ]
needs: [ distribute_android_app ]
runs-on: macos-latest
permissions:
contents: write
Expand Down

0 comments on commit 742e61f

Please sign in to comment.