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 c59717e commit 5ef1b43Copy full SHA for 5ef1b43
1 file changed
.github/workflows/workflow.yml
@@ -167,7 +167,11 @@ jobs:
167
uses: gradle/actions/setup-gradle@v3
168
169
- name: Publish on maven central
170
- run: ./gradlew clean build assemble publish jreleaserFullRelease --debug
+ run: |
171
+ ./gradlew clean build assemble publish
172
+ ls -la build/distributions/jreleaser
173
+ tree build/distributions/jreleaser
174
+ ./gradlew jreleaserFullRelease
175
env:
176
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
177
JRELEASER_GITHUB_USERNAME: ${{ github.actor }}
0 commit comments