Skip to content

Commit

Permalink
Update android_deploy_prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stslex authored Aug 8, 2024
1 parent 103827c commit 50f3f1e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Update Version
run: bash ./.github/scripts/update_versions.sh

- uses: ruby/[email protected]
with:
ruby-version: '2.7.0'
- uses: ruby/setup-ruby@v1

- name: Cache Ruby - Bundler
uses: actions/cache@v2
Expand Down Expand Up @@ -94,4 +92,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.PUSH_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}

0 comments on commit 50f3f1e

Please sign in to comment.