From 53632093dd4bb98737478d6546516e8cbdcfdcba Mon Sep 17 00:00:00 2001 From: JW Wesson Date: Fri, 25 Apr 2025 15:52:44 -0500 Subject: [PATCH] try this xpath --- .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 5413e75b..e64fa3e6 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' namespaces: '{"x": "http://maven.apache.org/POM/4.0.0"}' outputs: version_tag: v${{ steps.package_version.outputs.info }}