From 3954f543e52f229e5ef1a6be0abf96f6b6a9940e Mon Sep 17 00:00:00 2001 From: Anqi Date: Thu, 28 Dec 2023 18:24:22 +0800 Subject: [PATCH] update passphrase --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67a15d2e1..e41ee099a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,6 +61,6 @@ jobs: uses: samuelmeuli/action-maven-publish@v1 with: gpg_private_key: ${{ secrets.JAVA_GPG_PRIVATE_KEY }} - gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }} + gpg_passphrase: "" nexus_username: ${{ secrets.OSSRH_USERNAME }} nexus_password: ${{ secrets.OSSRH_TOKEN }}