From d82c9396ed9ffa53c67d98064d095cb702c7d3c1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 30 Sep 2021 05:44:57 -0700 Subject: [PATCH] Faster patch release build (#4249) --- .github/workflows/patch-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-release-build.yml b/.github/workflows/patch-release-build.yml index cc5d635e57..85aa6e0876 100644 --- a/.github/workflows/patch-release-build.yml +++ b/.github/workflows/patch-release-build.yml @@ -235,7 +235,7 @@ jobs: with: job-id: jdk11 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: SONATYPE_USER: ${{ secrets.SONATYPE_USER }} SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}