From 3805f3b9a841588924fe7df4e5f0c014ae2c5cff Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 15:10:55 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index cd200db..ce59ade 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -75,8 +75,8 @@ jobs: MAVEN_CENTRAL_TOKEN: ${{ env.NEXUS_PASSWORD }} MAVEN_GPG_PASSPHRASE: ${{ env.GPG_PASSPHRASE }} run: | - mvn -B --file pom.xml package - mvn --file pom.xml -Ppublication^ + mvn -X -B --file pom.xml package + mvn -X -B --file pom.xml -Ppublication^ - name: "Run JReleaser (Assemble)" uses: https://w9r.dev/actions/release-action@main