We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5be20c commit c809d16Copy full SHA for c809d16
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'gradle'
24
25
- name: Publish
26
- run: ./gradlew clean build check publish jreleaserDeploy --no-daemon
+ run: ./gradlew clean build check publish jreleaserDeploy --no-daemon --stacktrace --info
27
env:
28
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_TOKEN: ${{ secrets.OSSRH_TOKEN }}
29
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_RELEASE_DEPLOY_USERNAME: ${{ secrets.OSSRH_USERNAME }}
0 commit comments