From 7be7edc78760c42a89079afbb98e80fbd03223a7 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Tue, 19 Sep 2023 16:21:29 -0400 Subject: [PATCH] Testing signing --- .github/workflows/sonatype.yml | 2 +- strada/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonatype.yml b/.github/workflows/sonatype.yml index 7a5e6c7..e07684b 100644 --- a/.github/workflows/sonatype.yml +++ b/.github/workflows/sonatype.yml @@ -24,4 +24,4 @@ jobs: GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }} GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} - run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test signReleasePublication + run: ./gradlew -Psonatype -Pversion=${{ github.event.release.tag_name }} clean build -x test publish diff --git a/strada/build.gradle b/strada/build.gradle index 20aa025..11f61b4 100644 --- a/strada/build.gradle +++ b/strada/build.gradle @@ -172,8 +172,8 @@ afterEvaluate { url = uri('https://s01.oss.sonatype.org/content/repositories/releases/') credentials { - username = System.getenv('SONATYPE_USER') - password = System.getenv('SONATYPE_PASSWORD') + username = "testing" //System.getenv('SONATYPE_USER') + password = "testing" //System.getenv('SONATYPE_PASSWORD') } } } else {