Skip to content

Commit

Permalink
fix: batch mode for maven
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Uhlig <[email protected]>
  • Loading branch information
Takuto88 and sipgate-uhlig committed Jan 28, 2025
1 parent b15ea22 commit fc7c2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build and test
run: mvn package
run: mvn -B package
- name: Sign and deploy to Maven Central
run: mvn -DskipTests package gpg:sign deploy
run: mvn -B -DskipTests package gpg:sign deploy

0 comments on commit fc7c2be

Please sign in to comment.