Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Fix the tag check release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 9, 2024
1 parent a2112bc commit 395d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: ./mvnw --batch-mode -s .mvn/ci_settings.xml -ntp -DskipTests -DskipPublishing -Prun-its,release
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 395d507

Please sign in to comment.