File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 ORG_GRADLE_PROJECT_sonatypeRepo : ${{ secrets.SONATYPE_REPO }}
4545 ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.SONATYPE_USERNAME }}
4646 ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_PASSWORD }}
47- run : ./gradlew publishSonatypePublicationToSonatypeRepository
47+ run : ./gradlew publishSonatypePublicationToSonatypeRepository
48+
49+ poke-maven-central :
50+ runs-on : ubuntu-latest
51+ steps :
52+ run : |
53+ curl -X POST "${{ secrets.SONATYPE_REPO }}/manual/upload/defaultRepository/dev.harrel"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ publishing {
1010 }
1111 maven {
1212 name = ' sonatype'
13- url = ' https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2 '
13+ url = findProperty( ' sonatypeRepo ' )
1414 credentials {
1515 username = findProperty(' sonatypeUsername' )
1616 password = findProperty(' sonatypePassword' )
You can’t perform that action at this time.
0 commit comments