Skip to content

Commit

Permalink
WIP: Try no-transfer-progres
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof authored Nov 14, 2023
1 parent 7de9ebc commit 0b05093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
java-version: 11
distribution: adopt
- name: Build with Maven
run: mvn -B clean verify
run: mvn -B clean verify --no-transfer-progres
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
gpg-private-key: ${{ secrets.PGP_KEY }}
gpg-passphrase: PGP_PASSPHRASE
- name: Build and Deploy with Maven
run: mvn -B -P sign-artifacts clean deploy
run: mvn -B -P sign-artifacts clean deploy --no-transfer-progres
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Expand Down

0 comments on commit 0b05093

Please sign in to comment.