Corrected env var

This commit is contained in:
Josh Steele
2024-08-27 14:26:04 -04:00
parent c0b3746f17
commit 565086d60b

View File

@@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Build and verify with Maven only
run: mvn -B verify --file pom.xml
env: