Skip to content

Commit

Permalink
Removed --info on the gradle call to be able to compare with the fail…
Browse files Browse the repository at this point in the history
…ing build
  • Loading branch information
jcpitre committed Mar 19, 2024
1 parent e8d98e3 commit 3b45dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
# The gradle java verifying plugin does not work with java 17.
# Don't verify since it has already been done when the PR was created.
./gradlew publish --info -x verifyGoogleJavaFormat
./gradlew publish -x verifyGoogleJavaFormat
env:
SONATYPE_USERNAME: ${{secrets.SONATYPE_USERNAME}}
SONATYPE_PASSWORD: ${{secrets.SONATYPE_PASSWORD}}

0 comments on commit 3b45dcf

Please sign in to comment.