From 40d05974e5253c9909e92ae5e6650856eb98b5ea Mon Sep 17 00:00:00 2001 From: Dalafiari Samuel Date: Sun, 20 Oct 2024 21:45:55 +0100 Subject: [PATCH] attempt to dry run --- .github/workflows/publish.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca13f89..c5e1664 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Java uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'zulu' java-version: '17' - name: Configure GPG @@ -38,9 +38,6 @@ jobs: echo "signing.password=${SIGNING_KEY_PASSWORD}" >> gradle.properties echo "signing.secretKeyRingFile=${HOME}/secring.gpg" >> gradle.properties - - name: Print gradle.properties - run: cat gradle.properties - - name: Setup Xcode uses: maxim-lobanov/setup-xcode@v1 with: @@ -48,4 +45,4 @@ jobs: - name: Publish To Maven Central run: | - ./gradlew publishToMavenCentral --info --no-configuration-cache \ No newline at end of file + ./gradlew :contactpicker:publishToMavenCentral --dry-run --info \ No newline at end of file