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 ]