From 4f890e4a9bde6e3038b8e5507f9fe5e5aff920b9 Mon Sep 17 00:00:00 2001 From: Renee Vandervelde Date: Sun, 6 Jul 2025 19:15:12 -0500 Subject: [PATCH] Make play releases optional These are currently failing the build, but can be uploaded separately and should not fail the tag release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33abab3..5ee3495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,6 +93,7 @@ jobs: - name: Deploy to Play Store uses: r0adkll/upload-google-play@v1.0.15 + continue-on-error: true with: serviceAccountJson: service_account.json packageName: com.inkapplications.ack.android