diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5080d8..face4b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,15 @@ jobs: distribution: temurin java-version: 21 - # Generate AAR and POM files - - name: Release build - run: ./gradlew assembleRelease + # Setup Ruby + - name: Setup Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3 + + # Setup Fastlane + - name: Setup Fastlane + run: bundle install + + - name: Build AAR and POM files + run: bundle exec fastlane build_example_app