chore: use new ruby actions plugin

This commit is contained in:
Mo
2022-03-19 10:41:35 -05:00
parent c2dd5d8e8a
commit 6273fd3bb0

View File

@@ -24,9 +24,7 @@ jobs:
echo "${{ secrets.DEV_KEYSTORE }}" > keystore.keystore.asc
gpg -d --passphrase "${{ secrets.DEV_KEYSTORE_PASSPHRASE }}" --batch keystore.keystore.asc > android/app/keystore.keystore
- name: Ruby Setup for Fastlane
uses: actions/setup-ruby@v1
with:
ruby-version: '2.7.4'
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: fastlane