diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml index 2f2f534b..79e21a52 100644 --- a/.github/workflows/push_main.yml +++ b/.github/workflows/push_main.yml @@ -60,7 +60,7 @@ jobs: - name: 'Publish IDEA Plugin' run: './gradlew :ballast-idea-plugin:buildPlugin :ballast-idea-plugin:publishPlugin --stacktrace -Prelease -PorchidEnvironment=prod' - name: 'Open Sonatype Staging Repository' - run: './gradlew openSonatypeStagingRepository --stacktrace -Prelease -PorchidEnvironment=prod' + run: './gradlew openSonatypeStagingRepository --no-configuration-cache --stacktrace -Prelease -PorchidEnvironment=prod' - name: 'Publish Artifacts' run: './gradlew publishAllPublicationsToMavenCentralRepository --stacktrace -Prelease -PorchidEnvironment=prod' - name: 'Build example Compose Web site' @@ -68,4 +68,4 @@ jobs: - name: 'Publish Documentation' run: './gradlew :docs:publish --stacktrace --no-configuration-cache -Prelease -PorchidEnvironment=prod' - name: 'Close Sonatype Staging Repository' - run: './gradlew closeSonatypeStagingRepository --stacktrace -Prelease -PorchidEnvironment=prod' + run: './gradlew closeSonatypeStagingRepository --no-configuration-cache --stacktrace -Prelease -PorchidEnvironment=prod'