Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 31, 2024
1 parent 79c1db9 commit 0643a8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
</activeProfiles>
</settings>" > ~/.m2/settings.xml
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Publish to OSSRH
run: mvn deploy
env:
Expand Down

0 comments on commit 0643a8d

Please sign in to comment.