diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d1696..5f7be87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B deploy jreleaser:assemble -Prelease --file pom.xml + run: mvn -B package jreleaser:assemble -Prelease --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph