Skip to content

Commit b5b3e5a

Browse files
author
JW Wesson
committed
try without namespaces
1 parent 377f9be commit b5b3e5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
uses: mavrosxristoforos/get-xml-info@2.0
2121
with:
2222
xml-file: pom.xml
23-
xpath: '//project/version'
24-
namespaces: '{"x": "http://maven.apache.org/POM/4.0.0"}'
23+
xpath: '/project/version'
2524
outputs:
2625
version_tag: v${{ steps.package_version.outputs.info }}
2726
check-tag-exists:

0 commit comments

Comments
 (0)