From b335a6d78081765453ce05581dd92de5cc439d56 Mon Sep 17 00:00:00 2001 From: Tako Schotanus Date: Fri, 12 Jul 2024 02:27:36 +0200 Subject: [PATCH] ci: use mvn "package" instead of "deploy" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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