Skip to content

Commit 14cf148

Browse files
committed
revert publishing changes
1 parent 996e50d commit 14cf148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
cache-disabled: true
1818

1919
- name: Publish to Maven Local (prepare packages)
20-
run: ./gradlew publishToMavenLocal -Pversion=${{ github.ref_name }}
20+
run: ./gradlew publishToMavenLocal -Pversion=${{ github.ref_name }} --no-configuration-cache
2121
env:
2222
ORG_GRADLE_PROJECT_signingKey: ${{secrets.signingKey}}
2323
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.signingPassword}}
2424
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.sonatypeUsername}}
2525
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.sonatypePassword}}
2626

2727
- name: Publish release to Maven Central (version ${{ github.ref_name }})
28-
run: ./gradlew publishAllPublicationsToSonatypeRepository -Pversion=${{ github.ref_name }} --max-workers=1
28+
run: ./gradlew publishAllPublicationsToSonatypeRepository -Pversion=${{ github.ref_name }} --no-configuration-cache
2929
env:
3030
ORG_GRADLE_PROJECT_signingKey: ${{secrets.signingKey}}
3131
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.signingPassword}}

0 commit comments

Comments
 (0)