Skip to content

Commit

Permalink
#379 Enable batch mode in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
5uso-sng committed May 15, 2023
1 parent 55db8fc commit 9dda3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-central-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish to Maven Central Packages
run: mvn deploy --file pom-maven-central.xml
run: mvn deploy -B --file pom-maven-central.xml
env:
MAVEN_USERNAME: ${{ secrets.JIRAID }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.JIRAPASS }}
Expand Down

0 comments on commit 9dda3f3

Please sign in to comment.