From 0020f82cc7dfc5604de0059fa98fe4bda6357370 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Wed, 7 May 2025 18:55:58 +0000 Subject: [PATCH] fix(ci): add user/pass to javasetup --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6228a1af..da01b89c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,6 +202,9 @@ jobs: cache: maven gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} gpg-passphrase: GPG_PASSPHRASE + server-id: ossrh + server-username: MAVEN_USERNAME + server-password: MAVEN_PASSWORD - name: Publish package run: mvn -Prelease clean deploy -DskipTests env: