Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jan 14, 2022
1 parent 6de2c43 commit 151dc24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: 'Build'
run: mvn install --file pom.xml
run: ./mvnw -B install --file pom.xml

- name: 'Release with JReleaser'
if: github.event_name == 'push'
Expand All @@ -62,4 +62,4 @@ jobs:
name: jreleaser-logs
path: |
target/jreleaser/trace.log
target/jreleaser/output.properties
target/jreleaser/output.properties

0 comments on commit 151dc24

Please sign in to comment.