Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Nov 13, 2023
1 parent 6376576 commit b8b22f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build parent project
run: mvn -N -q install --file pom.xml

- name: Build Core Jar
run: mvn -B -q install --file vripper-core/pom.xml

Expand Down

0 comments on commit b8b22f7

Please sign in to comment.