We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a2be commit b9a31f0Copy full SHA for b9a31f0
.github/workflows/create-release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: mavrosxristoforos/[email protected]
21
with:
22
xml-file: pom.xml
23
- xpath: '/project/version/text()'
+ xpath: "/*[local-name()='project']/*[local-name()='version']"
24
outputs:
25
version_tag: v${{ steps.package_version.outputs.info }}
26
check-tag-exists:
0 commit comments