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