Skip to content

Commit 975b7f8

Browse files
committed
Add deployment wait till publish
1 parent e77349c commit 975b7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: 'zulu'
1717
java-version-file: .github/workflows/.java-version
1818
- uses: gradle/actions/setup-gradle@v5
19-
- run: ./gradlew publish dokkaGenerate
19+
- run: ./gradlew publish dokkaGenerate -PmavenCentralDeploymentValidation=PUBLISHED
2020
env:
2121
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
2222
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)