From d7966654197f4fc14c4984f650eef50e6a074bb2 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Sun, 27 Mar 2022 13:52:18 -0400 Subject: [PATCH] [#444] Remove unnecessary closeAndReleaseRepository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snapshot deployments don’t need to be closed --- .github/workflows/deploy-snapshot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-snapshot.yml b/.github/workflows/deploy-snapshot.yml index 573b6b4f..562bb6ed 100644 --- a/.github/workflows/deploy-snapshot.yml +++ b/.github/workflows/deploy-snapshot.yml @@ -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() }}