Skip to content

Commit

Permalink
add stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed May 12, 2024
1 parent 8ac8f44 commit e3beac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: corretto
java-version: 17
- name: Publish
run: ./gradlew publishAllPublicationsToMavenCentral publishPlugins --no-configuration-cache --no-daemon
run: ./gradlew publishAllPublicationsToMavenCentral publishPlugins --no-configuration-cache --stacktrace --no-daemon
env:
PGP_KEY: ${{ secrets.PGP_KEY }}
PGP_PASSWORD: ${{ secrets.PGP_PASSWORD }}
Expand Down

0 comments on commit e3beac3

Please sign in to comment.