From afbe1ffb539e021f3bd18af571d490023339d98b Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Fri, 25 Apr 2025 16:02:10 -0500 Subject: [PATCH] final attempt? --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ac65275d..7c4c73c2 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,7 +20,7 @@ jobs: uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: pom.xml - xpath: '/project/version' + xpath: '/project/version/text()' outputs: version_tag: v${{ steps.package_version.outputs.info }} check-tag-exists: