We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbed6e3 commit c59717eCopy full SHA for c59717e
1 file changed
.github/workflows/workflow.yml
@@ -167,7 +167,7 @@ jobs:
167
uses: gradle/actions/setup-gradle@v3
168
169
- name: Publish on maven central
170
- run: ./gradlew clean build assemble publish jreleaserFullRelease
+ run: ./gradlew clean build assemble publish jreleaserFullRelease --debug
171
env:
172
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
173
JRELEASER_GITHUB_USERNAME: ${{ github.actor }}
0 commit comments