From a42139ae1e4d46d1834b7255f9e323cc149e0344 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 8 Mar 2024 22:57:35 +0530 Subject: [PATCH] fix(ci): upload Sentry mappings from Tramline releases --- .github/workflows/tramline-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tramline-release.yml b/.github/workflows/tramline-release.yml index 97a1f9e3..7aa8ddb0 100644 --- a/.github/workflows/tramline-release.yml +++ b/.github/workflows/tramline-release.yml @@ -35,11 +35,12 @@ jobs: run: | ./scripts/setup-age.sh ./scripts/signing-setup.sh "$AGE_SECRET_KEY" - ./gradlew --no-configuration-cache --stacktrace collectReleaseBundle + ./gradlew --no-configuration-cache --stacktrace -PsentryUploadMappings collectReleaseBundle ./scripts/signing-cleanup.sh env: AGE_SECRET_KEY: ${{ secrets.AGE_SECRET_KEY }} SENTRY_DSN: ${{ secrets.SENTRY_DSN }} + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }} ORG_GRADLE_PROJECT_VERSION_CODE: ${{ github.event.inputs.versionCode }}