Skip to content

Commit 6359778

Browse files
Merge pull request #69 from textkernel/fix-ci
final attempt
2 parents 2ee1c3d + 4e3a2be commit 6359778

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'
23+
xpath: '/project/version/text()'
2424
outputs:
2525
version_tag: v${{ steps.package_version.outputs.info }}
2626
check-tag-exists:

0 commit comments

Comments
 (0)