Skip to content

Commit 985521a

Browse files
committed
Add --debug flag to GoReleaser for better visibility
1 parent 48e15f2 commit 985521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
distribution: goreleaser
324324
version: '~> v2'
325325
# Run goreleaser and ignore non-committed files (downloaded artifacts)
326-
args: release --clean --skip=validate
326+
args: release --clean --skip=validate --debug
327327
env:
328328
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
329329
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}

0 commit comments

Comments
 (0)