From c4db560cf7bda70e49aa30cc01e4af7ef8b92270 Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Wed, 16 Nov 2022 16:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8C=87=E5=AF=BC=E5=B7=A5?= =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 757a6842..b007fdbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,10 @@ jobs: with: java-version: 8 distribution: 'adopt' + server-id: sonatype-nexus-staging + server-username: ${{ secrets.NEXUS_USERNAME }} + server-password: ${{ secrets.NEXUS_PASSWORD }} + gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Release Maven package uses: samuelmeuli/action-maven-publish@v1 with: