From 1542431892b6a8b135b51fd1ccc99a211e74e65b Mon Sep 17 00:00:00 2001 From: Chirag Jayswal Date: Sat, 17 Feb 2024 19:08:29 -0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f8ec56d5..064afd55 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B verify --file pom.xml + run: mvn -B deploy --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