diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9ecf15..f46a34e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,18 @@ jobs: distribution: 'temurin' cache: maven + - name: mvn dependency:resolve + run: mvn dependency:resolve + + - name: seal cli + uses: seal-community/cli-action@latest + with: + mode: fix + fix_mode: local + token: ${{ secrets.SP_TOKEN }} + project: javatemplate + target: pom.xml + - name: mvn install run: mvn install