[#444] Remove unnecessary closeAndReleaseRepository

Snapshot deployments don’t need to be closed
This commit is contained in:
Carter Jernigan 2022-03-27 13:52:18 -04:00 committed by Carter Jernigan
parent 3aa0543305
commit d796665419
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ jobs:
ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: false
run: |
./gradlew publish --no-parallel
./gradlew closeAndReleaseRepository --no-parallel
- name: Collect Artifacts
timeout-minutes: 1
if: ${{ always() }}