Skip to content

Commit

Permalink
add more info and build after cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 25, 2024
1 parent 508499a commit 4045519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY_JAVA_PUBLISHING }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew jreleaserConfig clean publish jreleaserFullRelease --stacktrace --info
./gradlew jreleaserConfig clean build publish jreleaserFullRelease jreleaserChangelog --stacktrace --info
- name: JReleaser output
if: always()
Expand Down

0 comments on commit 4045519

Please sign in to comment.