diff --git a/.github/workflows/attandace-cd.yml b/.github/workflows/attandace-cd.yml index 24615cef..8f49c00d 100644 --- a/.github/workflows/attandace-cd.yml +++ b/.github/workflows/attandace-cd.yml @@ -24,12 +24,6 @@ jobs: FASTLANE_ENV: ${{ secrets.FASTLANE_ENV }} steps: - uses: actions/checkout@v2 - - - name: Set up Ruby and allow Gemfile modifications - run: | - bundle config --local path vendor/bundle - bundle config --local bin vendor/bundle/bin - - name: set up JDK 11 uses: actions/setup-java@v2 with: @@ -115,6 +109,11 @@ jobs: run: bundle install # working-directory: ./fastlane + - name: Set up Ruby and allow Gemfile modifications + run: | + bundle config --local path vendor/bundle + bundle config --local bin vendor/bundle/bin + - name: Install Firebase app distribution plugin run: fastlane add_plugin firebase_app_distribution