Skip to content

Commit 97440f7

Browse files
committed
Don't attach Android bundle to release
1 parent fff836a commit 97440f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
--form bundle=@powersync_android.zip \
6363
'https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC'
6464
65-
- name: Upload binary
66-
uses: ./.github/actions/upload
67-
with:
68-
repo-token: ${{ secrets.GITHUB_TOKEN }}
69-
file-name: powersync_android.zip
70-
tag: ${{ needs.draft_release.outputs.tag }}
71-
7265
publish_ios_pod_and_spm_package:
7366
name: Publish iOS
7467
needs: [ draft_release ]

0 commit comments

Comments
 (0)