From 221b3476f2815185056d89fe4919854e1b5f91cf Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 16 Nov 2022 12:29:33 +0100 Subject: [PATCH] #95 - Activate ci build profile for release builds. --- .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 5a6a252..8b3f7ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,4 +33,4 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} run: | ./mvnw -B clean install -DskipTests - ./mvnw -B clean deploy -Psonatype -s settings.xml + ./mvnw -B clean deploy -Pci,sonatype -s settings.xml