Skip to content

Commit 2ee1c3d

Browse files
Merge pull request #68 from textkernel/fix-ci
try without namespaces
2 parents f95bdd0 + 2e58123 commit 2ee1c3d

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/[email protected]
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)