We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca040d commit c4a3cecCopy full SHA for c4a3cec
.github/workflows/publish-to-sonatype.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: gradle
23
- name: Deploy with JReleaser to Central Portal
24
run: |
25
- ./gradlew publishMavenPublicationToStagingRepository -x javadoc
+ ./gradlew publishMavenPublicationToStagingRepository
26
./gradlew jreleaserDeploy
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments