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 a146ed7 commit ca7c17eCopy full SHA for ca7c17e
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
java-version: 8
98
99
- name: Build and release
100
- run: ./gradlew githubRelease publishToSonatype # closeAndReleaseStagingRepository
+ run: ./gradlew githubRelease publishToSonatype closeAndReleaseStagingRepository
101
env:
102
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
103
NEXUS_TOKEN_USER: ${{secrets.NEXUS_TOKEN_USER}}
0 commit comments