Fix release build (#4712)

This commit is contained in:
Anuraag Agrawal 2021-11-25 15:13:08 +09:00 committed by GitHub
parent 67353e934a
commit f7365288fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ jobs:
with: with:
job-id: jdk11 job-id: jdk11
remote-build-cache-proxy-enabled: false remote-build-cache-proxy-enabled: false
arguments: assemble final closeAndReleaseSonatypeStagingRepository arguments: assemble publishToSonatype closeAndReleaseSonatypeStagingRepository
env: env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }} SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }} SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}