File tree Expand file tree Collapse file tree
convention-plugins/src/main/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
5656
57- SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
57+ SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
58+
59+
60+ - name : HTTP Request Action
61+ uses : fjogeleit/http-request-action@v1.16.4
62+ with :
63+ url : ' https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/ly.com.tahaben'
64+ bearerToken : ${{ secrets.OSSRH_HEADER }}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ publishing {
5252 repositories {
5353 maven {
5454 name = " sonatype"
55- setUrl(" https://s01.oss .sonatype.org /service/local/staging/deploy/maven2/" )
55+ setUrl(" https://ossrh-staging-api.central .sonatype.com /service/local/staging/deploy/maven2/" )
5656 credentials {
5757 username = getExtraString(" ossrhUsername" )
5858 password = getExtraString(" ossrhPassword" )
You can’t perform that action at this time.
0 commit comments