File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ workflow(
7272 run (
7373 name = " Publish '$library ' to Sonatype" ,
7474 condition = expr(" steps.${setIsSnapshotVersionFlag.id} .outputs.is-snapshot == 'true'" ),
75- command = " ./gradlew $library :publishToSonatype closeAndReleaseSonatypeStagingRepository --no-configuration-cache" ,
75+ command = " ./gradlew $library :publishToSonatype --no-configuration-cache" ,
7676 )
7777 }
7878 }
Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ jobs:
8787 run : ' ./gradlew setIsSnapshotFlagInGithubOutput'
8888 - id : ' step-4'
8989 name : ' Publish '' :shared-internal'' to Sonatype'
90- run : ' ./gradlew :shared-internal:publishToSonatype closeAndReleaseSonatypeStagingRepository --no-configuration-cache'
90+ run : ' ./gradlew :shared-internal:publishToSonatype --no-configuration-cache'
9191 if : ' ${{ steps.step-3.outputs.is-snapshot == '' true'' }}'
9292 - id : ' step-5'
9393 name : ' Publish '' :github-workflows-kt'' to Sonatype'
94- run : ' ./gradlew :github-workflows-kt:publishToSonatype closeAndReleaseSonatypeStagingRepository --no-configuration-cache'
94+ run : ' ./gradlew :github-workflows-kt:publishToSonatype --no-configuration-cache'
9595 if : ' ${{ steps.step-3.outputs.is-snapshot == '' true'' }}'
9696 - id : ' step-6'
9797 name : ' Publish '' :action-binding-generator'' to Sonatype'
98- run : ' ./gradlew :action-binding-generator:publishToSonatype closeAndReleaseSonatypeStagingRepository --no-configuration-cache'
98+ run : ' ./gradlew :action-binding-generator:publishToSonatype --no-configuration-cache'
9999 if : ' ${{ steps.step-3.outputs.is-snapshot == '' true'' }}'
100100 build_docs :
101101 name : ' Build docs'
You can’t perform that action at this time.
0 commit comments