Fix release build (#4712)
This commit is contained in:
parent
67353e934a
commit
f7365288fd
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue