Faster patch release build (#4249)

This commit is contained in:
Trask Stalnaker 2021-09-30 05:44:57 -07:00 committed by GitHub
parent 1049f0ead1
commit d82c9396ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ jobs:
with: with:
job-id: jdk11 job-id: jdk11
remote-build-cache-proxy-enabled: false remote-build-cache-proxy-enabled: false
arguments: build final closeAndReleaseSonatypeStagingRepository --stacktrace -Prelease.version=${{ github.event.inputs.version }} arguments: assemble final closeAndReleaseSonatypeStagingRepository --stacktrace -Prelease.version=${{ github.event.inputs.version }}
env: env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }} SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }} SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}