From 039793b504276a1927e0e9792866468e51c07338 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 6 Aug 2025 16:56:12 +0200 Subject: [PATCH] Don't attach Android bundle to release --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d986700..7c58350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,13 +62,6 @@ jobs: --form bundle=@powersync_android.zip \ 'https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC' - - name: Upload binary - uses: ./.github/actions/upload - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - file-name: powersync_android.zip - tag: ${{ needs.draft_release.outputs.tag }} - publish_ios_pod_and_spm_package: name: Publish iOS needs: [ draft_release ]