We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d914c8 commit b8a2f23Copy full SHA for b8a2f23
.github/workflows/build-lint-test.yml
@@ -32,5 +32,5 @@ jobs:
32
export GPG_TTY=$(tty)
33
mvn clean verify -DskipTests=true
34
env:
35
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
36
working-directory: Xero-Java
0 commit comments