Skip to content

Commit c809d16

Browse files
committed
Add debugging to JReleaser call
1 parent b5be20c commit c809d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'gradle'
2424

2525
- name: Publish
26-
run: ./gradlew clean build check publish jreleaserDeploy --no-daemon
26+
run: ./gradlew clean build check publish jreleaserDeploy --no-daemon --stacktrace --info
2727
env:
2828
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_TOKEN: ${{ secrets.OSSRH_TOKEN }}
2929
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)