diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e64fa3e6..ac65275d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,8 +20,7 @@ jobs: uses: mavrosxristoforos/get-xml-info@2.0 with: xml-file: pom.xml - xpath: '//project/version' - namespaces: '{"x": "http://maven.apache.org/POM/4.0.0"}' + xpath: '/project/version' outputs: version_tag: v${{ steps.package_version.outputs.info }} check-tag-exists: