Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haim Yadid committed Dec 7, 2022
1 parent 1770993 commit 5173729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.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 -ntp -B --file pom.xml package
run: mvn -Pnative -ntp -B --file pom.xml package


- name: Assemble
Expand Down

0 comments on commit 5173729

Please sign in to comment.