Skip to content

Commit

Permalink
Updated pom to not print download files
Browse files Browse the repository at this point in the history
  • Loading branch information
oblodgett committed Aug 21, 2024
1 parent eb4648f commit 310bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Publish package
run: mvn --batch-mode deploy -DskipITs=true
run: mvn -ntp --batch-mode deploy -DskipITs=true
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 310bc09

Please sign in to comment.