Fix drift in patch release workflow file (#3384)
This commit is contained in:
parent
39508bc07e
commit
d65738df62
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue