diff --git a/.github/workflows/deployStores.yml b/.github/workflows/deployStores.yml index 14b5587..7637bf4 100644 --- a/.github/workflows/deployStores.yml +++ b/.github/workflows/deployStores.yml @@ -54,7 +54,10 @@ jobs: run: cp $GOOGLE_LOCATION android/googleaccount.json env: GOOGLE_LOCATION: ${{ steps.google-key.outputs.filePath }} - - uses: maierj/fastlane-action@v1.4.0 + - uses: actions/setup-ruby@v1 + with: + ruby-version: '2.7.2' + - uses: maierj/fastlane-action@v2.0.1 with: lane: 'beta' subdirectory: 'android'