diff --git a/.github/workflows/dev_build.yml b/.github/workflows/dev_build.yml index 5295194..e8f9133 100644 --- a/.github/workflows/dev_build.yml +++ b/.github/workflows/dev_build.yml @@ -27,7 +27,7 @@ jobs: cache: maven - name: Build Util - run: mvn clean install --file pom.xml + run: mvn clean package --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