From 022fb9fed9ee545c8fb4ef110a7d22a08b3a2b55 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 17 Mar 2025 22:30:02 +1100 Subject: [PATCH] ci: create Sentry releases for Android clients (#8463) This marks the release in Sentry as "released" and also attaches the commits to it that we made since the last release. --- .github/workflows/sentry.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index 718b49577..9442b3d05 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -24,6 +24,8 @@ jobs: projects: headless-client - component: macos-client projects: apple-client + - component: android-client + projects: android-client steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: