Skip to content

Commit

Permalink
install packages for native build - prevent using cached artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 17, 2024
1 parent 72cfb00 commit 015b0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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 Native Quarkus Executable"
run: |
Expand Down

0 comments on commit 015b0e8

Please sign in to comment.