Skip to content

Commit

Permalink
refactor: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 22, 2023
1 parent 08c19d0 commit c89da3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
name: app-bundle
path: app/build/outputs/bundle/release/app-release.aab

deploy:
name: Deploy release AAB on Playstore
needs: [ bundle ]
runs-on: ubuntu-latest
steps:

- name: Deploy to Play Store
uses: r0adkll/upload-google-play@v1
with:
Expand Down

0 comments on commit c89da3d

Please sign in to comment.