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 a9da6d1 commit 0c69a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ 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
with:
java-version: '17'
distribution: 'temurin'
- id: get-version
uses: jactions/maven-version@v1
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
publish:
Expand Down

0 comments on commit 0c69a0a

Please sign in to comment.