Skip to content

Commit

Permalink
ci: add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonajo committed Sep 14, 2023
1 parent 3b87767 commit 40153f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Make sure that the versions match
run: '[[ "v$POM_VERSION" == "$TAG_VERSION" ]] && exit 0 || exit 1'
- name: Install
run: mvn install
- name: Generate JavaDoc
run: mvn javadoc:javadoc
- name: Publish package to maven central
Expand Down

0 comments on commit 40153f2

Please sign in to comment.