Skip to content

Commit aaa5bb2

Browse files
adding install xmllint step
1 parent bd5cfd7 commit aaa5bb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
echo "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" | gpg --batch --import
1818
echo 'pinentry-mode loopback' >> ~/.gnupg/gpg.conf
1919
20+
- name: Install xmllint
21+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
22+
2023
- name: Extract version from pom.xml
2124
id: get_version
2225
run: |

0 commit comments

Comments
 (0)