Skip to content

Commit

Permalink
Adjust the build / deploy jobs in beta-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-daniels committed Nov 20, 2024
1 parent 37b46de commit f75dcbf
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
run: |
mvn -P coverage -B verify --file pom.xml
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven

- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v20
with:
Expand Down Expand Up @@ -94,9 +105,6 @@ jobs:
run: |
mvn versions:set -DnewVersion=${{ steps.new_version.outputs.new_version }} -DgenerateBackupPoms=false
- name: Build with Maven
run: mvn clean install

- name: Generate Javadocs
run: mvn javadoc:javadoc

Expand Down

0 comments on commit f75dcbf

Please sign in to comment.