Skip to content

Commit

Permalink
DO not publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Sep 4, 2023
1 parent ff00725 commit ab6cc7d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,3 @@ jobs:
with:
name: app-release
path: app/build/outputs/bundle/release/app-release.aab

- name: Upload Android Release to Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJson: app/service-account.json
packageName: com.banjen.app
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: production
status: inProgress
whatsNewDirectory: distribution/whatsnew
mappingFile: app/build/outputs/mapping/release/mapping.txt
debugSymbols: app/intermediates/merged_native_libs/release/out/lib

0 comments on commit ab6cc7d

Please sign in to comment.