We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377f9be commit b5b3e5aCopy full SHA for b5b3e5a
.github/workflows/create-release.yml
@@ -20,8 +20,7 @@ jobs:
20
uses: mavrosxristoforos/get-xml-info@2.0
21
with:
22
xml-file: pom.xml
23
- xpath: '//project/version'
24
- namespaces: '{"x": "http://maven.apache.org/POM/4.0.0"}'
+ xpath: '/project/version'
25
outputs:
26
version_tag: v${{ steps.package_version.outputs.info }}
27
check-tag-exists:
0 commit comments