From f669f4e368b6c1e68b681648766721129f79c9f1 Mon Sep 17 00:00:00 2001 From: Mounika Pacha Date: Fri, 30 Aug 2024 14:15:13 -0400 Subject: [PATCH] updates --- .github/workflows/deploy-to-github.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index c262d3b..5cc05ea 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -28,8 +28,6 @@ jobs: env: GPG_PRIVATE_KEY: '${{ secrets.GPG_PRIVATE_KEY }}' GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}' - - name: Build with Maven - run: mvn clean install - name: Publish to Maven Central env: @@ -37,5 +35,5 @@ jobs: SONATYPE_PASSWORD: '${{ secrets.SONATYPE_PASSWORD }}' GPG_PASSPHRASE: '${{ secrets.GPG_PASSPHRASE }}' run: mvn -B clean deploy --settings .github/maven-settings.xml - - name: Verify JAR signing - run: gpg --verify target/*.asc \ No newline at end of file + # - name: Verify JAR signing + # run: gpg --verify target/*.asc \ No newline at end of file