From 6c463bc7c320ed25a6dac331bec6449cbd91d3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20S=C3=A1zel?= Date: Sun, 19 Oct 2025 20:48:24 +0200 Subject: [PATCH] CI: Add to signAllPublications to gradle.properties --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d67a27..22924da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,10 @@ jobs: - name: Setup gradle uses: gradle/gradle-build-action@v3 + - name: Add to signAllPublications to gradle.properties + run: | + echo "signAllPublications=true" >> gradle.properties + - name: Release to sonatype env: ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}