Skip to content

Commit

Permalink
run install instead of package
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent 015b0e8 commit fc7d32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: "Prepare Build"
run: >
mvn --no-transfer-progress --batch-mode clean package -DskipTests
mvn --no-transfer-progress --batch-mode clean install -DskipTests
- name: "Build linux/amd64 Image"
run: |
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

- name: "Prepare Build"
run: >
mvn --no-transfer-progress --batch-mode clean package -DskipTests
mvn --no-transfer-progress --batch-mode clean install -DskipTests
- name: "Build ${{matrix.platform}} native Image"
run: |
Expand Down

0 comments on commit fc7d32c

Please sign in to comment.