diff --git a/.github/workflows/merge-to-master.yaml b/.github/workflows/merge-to-master.yaml index 604b0fc..50c1fc6 100644 --- a/.github/workflows/merge-to-master.yaml +++ b/.github/workflows/merge-to-master.yaml @@ -41,8 +41,8 @@ jobs: - name: Bump version in pom.xml if: steps.version.outputs.new_tag run: mvn versions:set -DnewVersion=${{ steps.version.outputs.new_tag }} - - name: Compile - run: mvn -B compile --file pom.xml -Ppgp-sign + - name: Install + run: mvn -B clean install -DskipTests --file pom.xml -Ppgp-sign - name: Build with Maven if: steps.version.outputs.new_tag run: mvn -B package --file pom.xml -Ppgp-sign