From a7709edcec6f92d89f74255cbf1777fba623b1a1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 29 Oct 2025 22:50:41 +0100 Subject: [PATCH] Fix release PR body formatting in workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1582953..efd6b07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: --base main \ --head "release-$VERSION" \ --title "Release $VERSION" \ - --body "Automated release PR for version $VERSION. This PR updates the version in pom.xml to match the release tag.") + --body "Automated release PR for version $VERSION. This PR updates the version in pom.xml to match the release tag." echo "pr_url=$PR_URL" >> $GITHUB_OUTPUT echo "Created PR: $PR_URL" else