fix(ci): explicitly run assemble task

Seems like the Sentry Gradle plugin doesn't run otherwise
This commit is contained in:
Harsh Shandilya 2024-05-30 14:17:39 +05:30
parent bb3cef2f5b
commit 5257d0876a
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: |
./scripts/setup-age.sh
./scripts/signing-setup.sh "$AGE_SECRET_KEY"
./gradlew --no-configuration-cache --stacktrace -PenableSentry collectReleaseBundle
./gradlew --no-configuration-cache --stacktrace assembleRelease collectReleaseBundle -PenableSentry
./scripts/signing-cleanup.sh
env:
AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }}