Skip to content

Commit

Permalink
get maven version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomnelson committed Mar 14, 2024
1 parent 270ad21 commit a9da6d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- id: get-version
uses: jactions/maven-version@v1
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit a9da6d1

Please sign in to comment.