Skip to content

Commit

Permalink
Revert "build(github): Disable the Gradle configuration cache when re…
Browse files Browse the repository at this point in the history
…leasing"

This reverts commit 283dc6d as it does not work to disable the
configuration cache.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Feb 15, 2024
1 parent 283dc6d commit 1a53592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ORG_GRADLE_PROJECT_RELEASE_SIGNING_ENABLED: true
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew -Porg.gradle.configuration-cache=false publishAndReleaseToMavenCentral
run: ./gradlew publishAndReleaseToMavenCentral
- name: Build ORT Distributions
run: ./gradlew :cli:distZip :helper-cli:distZip
- name: Generate Release Notes
Expand Down

0 comments on commit 1a53592

Please sign in to comment.