Skip to content

Commit

Permalink
chore: Fixing Workflow File
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Nov 26, 2024
1 parent 5f6001d commit 554f9dc
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 @@ -57,12 +57,13 @@ jobs:
if: ${{ matrix.os }} == 'macos-latest'
run: |
gem install bundler:2.2.27
bundle install --jobs 4 --retry 3
bundle exec fastlane add_plugin firebase_app_distribution
bundle exec fastlane add_plugin increment_build_number
bundle install --jobs 4 --retry 3
- name: Build iOS App
if: ${{ matrix.os }} == 'macos-latest'
continue-on-error: true
run: bundle exec fastlane ios build_ios

distribute_android_app:
Expand Down Expand Up @@ -91,8 +92,6 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- uses: ./.github/actions/create-release-number
bundle exec fastlane add_plugin firebase_app_distribution
bundle exec fastlane add_plugin increment_build_number
name: Create Release Number
id: rel_number

Expand Down

0 comments on commit 554f9dc

Please sign in to comment.