We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff836a commit 97440f7Copy full SHA for 97440f7
.github/workflows/release.yml
@@ -62,13 +62,6 @@ jobs:
62
--form bundle=@powersync_android.zip \
63
'https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC'
64
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
-
72
publish_ios_pod_and_spm_package:
73
name: Publish iOS
74
needs: [ draft_release ]
0 commit comments