From 8076d057b736766f07c24a2013b2c48b62449a20 Mon Sep 17 00:00:00 2001 From: Oliver Weyhmueller Date: Tue, 7 Jan 2025 16:02:07 +0100 Subject: [PATCH] chore: fix ci --- .forgejo/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index ce59ade..5f5817a 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -76,7 +76,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ env.GPG_PASSPHRASE }} run: | mvn -X -B --file pom.xml package - mvn -X -B --file pom.xml -Ppublication^ + mvn -X -B --file pom.xml -Ppublication - name: "Run JReleaser (Assemble)" uses: https://w9r.dev/actions/release-action@main