Skip to content

Commit 5e5a529

Browse files
committed
chore: add debug flag to publish to get more insight into chocolatey publish issues
1 parent c0c127f commit 5e5a529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
uses: jreleaser/release-action@v2
161161
with:
162162
setup-java: false
163-
arguments: "publish"
163+
arguments: "publish --debug" #https://jreleaser.org/guide/latest/tools/jreleaser-cli.html#_publish
164164
env:
165165
JRELEASER_PROJECT_VERSION: ${{ needs.createRelease.outputs.RELEASE_VERSION }}
166166
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)