Skip to content

Commit

Permalink
Update build-rc-workflow.yml (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
priettt authored Jul 10, 2024
1 parent dfd9eb9 commit 1323b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rc-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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
rm -f ~/.gradle/caches/modules-2/gc.properties

0 comments on commit 1323b94

Please sign in to comment.