From f6ecf2f5d3821039131158723ace187dbc4e1a41 Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Thu, 29 Jan 2026 17:09:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20try(ci):=20try=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- pom.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b72b9fb0..9afb7a3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - name: Publish - run: mvn deploy + run: mvn deploy -P release env: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} diff --git a/pom.xml b/pom.xml index 158d904e..4fc0770c 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,17 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.9.0 + true + + central + true + published + +