From 395d507c34393200fba4722860d6bdceb77b1eaa Mon Sep 17 00:00:00 2001 From: Vitalij Berdinskih Date: Sat, 9 Nov 2024 09:25:08 +0200 Subject: [PATCH] Fix the tag check release workflow --- .github/workflows/check-release.yml | 2 +- .github/workflows/sonatype.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index be5be84..88a9c65 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -20,4 +20,4 @@ jobs: distribution: 'corretto' java-version: 11 - name: Build with Maven - run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -DskipTests -DskipPublishing -Prun-its,release \ No newline at end of file + run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -DskipPublishing -Prun-its,release \ No newline at end of file diff --git a/.github/workflows/sonatype.yml b/.github/workflows/sonatype.yml index a5fd3b7..a289e7c 100644 --- a/.github/workflows/sonatype.yml +++ b/.github/workflows/sonatype.yml @@ -25,4 +25,4 @@ jobs: SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }} SONATYPE_TOKEN_USERNAME: ${{ secrets.SONATYPE_TOKEN_USERNAME }} SONATYPE_TOKEN_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }} - run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -am -ntp -DskipTests -Prelease + run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -Prelease