Skip to content

Commit

Permalink
Run mvn install prior to running the mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-daniels committed Nov 20, 2024
1 parent f75dcbf commit 0f2d202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
deploy:
runs-on: ubuntu-22.04
needs: [build]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down Expand Up @@ -116,5 +117,6 @@ jobs:
- name: Publish to Maven Central Beta
run: |
mvn -pl library javadoc:jar
mvn --batch-mode clean deploy -P deploy-to-maven-central-beta -DskipTests
mvn --batch-mode clean install -DskipTests
mvn --batch-mode deploy -P deploy-to-maven-central-beta -DskipTests

0 comments on commit 0f2d202

Please sign in to comment.