From a01a12439b5471271a8a8802c308bd03a7e093fd Mon Sep 17 00:00:00 2001 From: Alexandre Piveteau Date: Tue, 25 Apr 2023 13:57:54 +0200 Subject: [PATCH] Remove `check` task from `release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b40a14..c048355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }} ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }} ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ARTIFACT_SIGNING_PRIVATE_KEY }} - run: ./gradlew check publish + run: ./gradlew publish - name: Extract release notes id: release_notes