Skip to content

Commit

Permalink
#57 release version with xmllint #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cserhatit committed Mar 21, 2024
1 parent 3407358 commit 8dc657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: set-release-version
run: |
apt -y install libxml2-utils
sudo apt-get install -y libxml2-utils
export POM_XML_PROJECT_VERSION=`echo -e 'setns x=http://maven.apache.org/POM/4.0.0/ncat /x:project/x:version/text()' | xmllint --shell pom.xml | grep -v /`
echo CURRENT_VERSION=${POM_XML_PROJECT_VERSION}
# Includes the AsciiDoctor GitHub Pages Action to convert adoc files to html and publish to gh-pages branch
Expand Down

0 comments on commit 8dc657b

Please sign in to comment.