From 1d24be178cede8205ef87449f46057407be52fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:17:48 +0100 Subject: [PATCH] fix: enable Countly for AppStore builds - WPB-15419 (#2410) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christoph Aldrian --- .github/workflows/public_app_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/public_app_release.yml b/.github/workflows/public_app_release.yml index c9d11ad1902..5b952b040ff 100644 --- a/.github/workflows/public_app_release.yml +++ b/.github/workflows/public_app_release.yml @@ -9,5 +9,6 @@ jobs: public_app_release: uses: ./.github/workflows/_reusable_app_release.yml with: + countly_enabled: true fastlane_action: appstore_public secrets: inherit