From 0ff0e346bb58c1772a31069f98eedfb2f2f528c1 Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Fri, 30 Aug 2024 13:27:12 -0400 Subject: [PATCH] updates --- .github/workflows/deploy-to-github.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index 00837fd..0bd9ea1 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -27,7 +27,7 @@ jobs: env: GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}' - + GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}' - name: Build with Maven run: mvn clean install @@ -35,7 +35,7 @@ jobs: env: SONATYPE_USERNAME: '${{ secrets.SONATYPE_USERNAME }}' SONATYPE_PASSWORD: '${{ secrets.SONATYPE_PASSWORD }}' - GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}' + #GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}' run: mvn clean deploy -P release --settings .github/maven-settings.xml - name: Verify JAR signing run: gpg --verify target/*.asc \ No newline at end of file