diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index 0bd9ea1..50f3d2f 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -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