Fix drift in patch release workflow file (#3384)

This commit is contained in:
Anuraag Agrawal 2021-06-23 13:14:12 +09:00 committed by GitHub
parent 39508bc07e
commit d65738df62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,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 closeAndReleaseRepository --stacktrace -x :smoke-tests:test -Prelease.version=${{ github.event.inputs.version }} arguments: build final closeAndReleaseSonatypeStagingRepository --stacktrace -x :smoke-tests:test -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 }}