Skip to content

Commit

Permalink
Get stack trace for bug report.
Browse files Browse the repository at this point in the history
  • Loading branch information
JBassett committed Apr 3, 2023
1 parent f84b65e commit 65f18ae
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ jobs:
lokalise-project: ${{ secrets.LOKALISE_PROJECT }}
lokalise-token: ${{ secrets.LOKALISE_TOKEN }}

- name: Build Release
env:
KEYSTORE_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_FILE_PASSWORD }}
KEYSTORE_ALIAS: ${{ secrets.UPLOAD_KEYSTORE_ALIAS }}
KEYSTORE_ALIAS_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_ALIAS_PASSWORD }}
VERSION: "TEST"
VERSION_CODE: "9826"
run: ./gradlew bundleRelease

- name: Deploy to Playstore Internal
env:
KEYSTORE_PASSWORD: ${{ secrets.UPLOAD_KEYSTORE_FILE_PASSWORD }}
Expand All @@ -70,4 +61,4 @@ jobs:
VERSION: "TEST"
VERSION_CODE: "9826"
run: |
./gradlew :automotive:publishReleaseBundle --track "automotive:internal" || echo "Failed to publish Automotive!"
./gradlew :automotive:publishReleaseBundle --stacktrace || echo "Failed to publish Automotive!"

0 comments on commit 65f18ae

Please sign in to comment.