diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fcdd571..652e6db 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: distribution: 'zulu' java-version: '8' - name: Build with Maven - run: mvn clean resources:resources assembly:assembly -DdescriptorId=jar-with-dependencies + run: mvn clean compile resources:resources assembly:single - name: Set release if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)