From d299897b22637e29869fad3c7bac3058a6751e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Tue, 9 Apr 2024 22:22:36 +0200 Subject: [PATCH] fix(pom): Sign in install stage to work for both CI and release --- .github/workflows/ci.yaml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c856aa..72e473d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,4 +15,4 @@ jobs: - uses: actions/setup-java@v1 with: java-version: ${{ matrix.java-version }} - - run: mvn -B install --no-transfer-progress + - run: mvn -B verify --no-transfer-progress diff --git a/pom.xml b/pom.xml index 40475ee..4f15362 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,8 @@ sign-artifacts - deploy + + install sign