Add closeAndReleaseAutomatically to workflow (#1883)

This commit is contained in:
Anuraag Agrawal 2020-12-11 15:48:27 +09:00 committed by GitHub
parent 993c5808e2
commit ef5c1e4230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ jobs:
with:
job-id: jdk11
remote-build-cache-proxy-enabled: false
arguments: build final --stacktrace -Prelease.version=${{ github.event.inputs.version }}
arguments: build final closeAndReleaseRepository --stacktrace -Prelease.version=${{ github.event.inputs.version }}
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}

View File

@ -21,7 +21,7 @@ jobs:
with:
job-id: jdk11
remote-build-cache-proxy-enabled: false
arguments: build final --stacktrace -Prelease.version=${{ github.event.inputs.version }}
arguments: build final closeAndReleaseRepository --stacktrace -Prelease.version=${{ github.event.inputs.version }}
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}