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 c0c127f commit 5e5a529Copy full SHA for 5e5a529
.github/workflows/publish.yml
@@ -160,7 +160,7 @@ jobs:
160
uses: jreleaser/release-action@v2
161
with:
162
setup-java: false
163
- arguments: "publish"
+ arguments: "publish --debug" #https://jreleaser.org/guide/latest/tools/jreleaser-cli.html#_publish
164
env:
165
JRELEASER_PROJECT_VERSION: ${{ needs.createRelease.outputs.RELEASE_VERSION }}
166
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments