Skip to content

Commit b8a2f23

Browse files
committed
corrected the environment variable name for gpg passphrase
1 parent 8d914c8 commit b8a2f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-lint-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
export GPG_TTY=$(tty)
3333
mvn clean verify -DskipTests=true
3434
env:
35-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
35+
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3636
working-directory: Xero-Java

0 commit comments

Comments
 (0)