Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 783503e

Browse files
committed
github: fix library release workflow
1 parent 816e1a8 commit 783503e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_library_releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload binaries
3333
uses: gradle/[email protected]
3434
with:
35-
arguments: :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository
35+
arguments: --no-configuration-cache :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository
3636
env:
3737
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_PUBLISH_USERNAME }}
3838
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
@@ -42,7 +42,7 @@ jobs:
4242
- name: Close and release repository
4343
uses: gradle/[email protected]
4444
with:
45-
arguments: closeAndReleaseRepository
45+
arguments: --no-configuration-cache closeAndReleaseRepository
4646
env:
4747
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_PUBLISH_USERNAME }}
4848
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}

0 commit comments

Comments
 (0)