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 ef0ea7f commit da7155eCopy full SHA for da7155e
.github/workflows/build.yml
@@ -42,4 +42,4 @@ jobs:
42
echo "VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
43
44
- name: Run build with Gradle Wrapper
45
- run: ./gradlew build publishToSonatype closeSonatypeStagingRepository
+ run: ./gradlew build publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments