Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vikulin committed Jun 24, 2024
1 parent 8ac8c85 commit 7d3c051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
id: extract_version
run: |
xml_file=$(find ~/.m2/repository/org/tdf/ -type f -name "*.pom" -print -quit)
VERSION=$(xmlstarlet sel -t -v "/project/version" "$xml_file")
- name: Checkout artifact repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d3c051

Please sign in to comment.