Skip to content

Commit 0fe2b51

Browse files
Merge pull request #70 from textkernel/fix-ci
try local-name syntax
2 parents 6359778 + 42602f2 commit 0fe2b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: mavrosxristoforos/[email protected]
2121
with:
2222
xml-file: pom.xml
23-
xpath: '/project/version/text()'
23+
xpath: "/*[local-name()='project']/*[local-name()='version']"
2424
outputs:
2525
version_tag: v${{ steps.package_version.outputs.info }}
2626
check-tag-exists:

0 commit comments

Comments
 (0)