From db4f19130aa9c04ca9df4a68af30ec238efcfed9 Mon Sep 17 00:00:00 2001 From: Anders Payerl <6882326+APayerl@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:56:13 +0200 Subject: [PATCH] BREAKING CHANGE: change compile to install, but previous changes is breaking so... --- .github/workflows/merge-to-master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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