From d1082cd5ad195916bc2d4d3e56bd6b0e84f6c92e Mon Sep 17 00:00:00 2001 From: Teodor Grigor Date: Sun, 19 Nov 2023 10:07:23 +0200 Subject: [PATCH] Update publish-to-maven.yml --- .github/workflows/publish-to-maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-maven.yml b/.github/workflows/publish-to-maven.yml index e45acf7..a61192e 100644 --- a/.github/workflows/publish-to-maven.yml +++ b/.github/workflows/publish-to-maven.yml @@ -33,4 +33,4 @@ jobs: - name: Publish to MavenCentral run: | - ./gradlew :publishAllPublicationsToMavenCentralRepository --no-configuration-cache + ./gradlew publish --no-configuration-cache