From 1323b9467156b35a939c037e7e45dff874db7437 Mon Sep 17 00:00:00 2001 From: Francisco Prieto Date: Wed, 10 Jul 2024 16:29:56 -0300 Subject: [PATCH] Update build-rc-workflow.yml (#1075) --- .github/workflows/build-rc-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rc-workflow.yml b/.github/workflows/build-rc-workflow.yml index 32fef8d3ab..a2ca09b552 100644 --- a/.github/workflows/build-rc-workflow.yml +++ b/.github/workflows/build-rc-workflow.yml @@ -74,7 +74,7 @@ jobs: - name: Generate SDK RC - Publish and close Sonatype repository run: | - ./gradlew clean check publishReleasePublicationToSonatype closeSonatypeStagingRepository -Dorg.gradle.parallel=false --stacktrace + ./gradlew clean publishReleasePublicationToSonatype closeSonatypeStagingRepository -Dorg.gradle.parallel=false --stacktrace - name: Archive Test Results if: ${{ always() }} @@ -112,4 +112,4 @@ jobs: # Restoring these files from a GitHub Actions cache might cause problems for future builds. run: | rm -f ~/.gradle/caches/modules-2/modules-2.lock - rm -f ~/.gradle/caches/modules-2/gc.properties \ No newline at end of file + rm -f ~/.gradle/caches/modules-2/gc.properties