File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3838 - name : Publish to local staging repository
3939 run : ./gradlew publishMavenJavaPublicationToLocalStagingRepository
4040
41+ - name : Debug - List build directory contents
42+ run : ls -R build/
43+
4144 - name : Publish package
4245 run : ./gradlew jreleaserPublish
4346 env :
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ publishing {
126126 maven {
127127 name = " localStaging" // A descriptive name for this local repo
128128 // Point this to the *same* directory as JReleaser's stagingRepository
129- url = layout. buildDirectory. dir(" pre- staging" )
129+ url = layout. buildDirectory. dir(" staging" )
130130 }
131131 }
132132}
@@ -150,7 +150,7 @@ jreleaser {
150150 sonatype {
151151 active = ' ALWAYS'
152152 url = ' https://central.sonatype.com/api/v1/publisher'
153- stagingRepository(' build/pre- staging' )
153+ stagingRepository(' build/staging' )
154154 }
155155 }
156156 }
You can’t perform that action at this time.
0 commit comments