File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1515 uses : ./.github/actions/android
1616 with :
1717 sign-publication : ' 0'
18+
19+ test_release :
20+ needs : [build]
21+ name : Building Android
22+ if : github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
23+ steps :
24+ - name : Publish to Maven Central
25+ run : |
26+ curl --request POST \
27+ --header 'Authorization: Bearer ${{ secrets.CENTRAL_AUTH }}' \
28+ 29+ https://central.sonatype.com/api/v1/publisher/upload
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212 id(" signing" )
1313}
1414
15- group = " co .powersync"
16- version = " 0.4 .1"
15+ group = " com .powersync"
16+ version = " 0.0 .1"
1717description = " PowerSync Core SQLite Extension"
1818
1919val localRepo = uri(" build/repository/" )
You can’t perform that action at this time.
0 commit comments