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 480ada8 commit 8ac8c85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ 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")
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout artifact repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 8ac8c85

Please sign in to comment.