We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786b71b commit 28a3c80Copy full SHA for 28a3c80
1 file changed
.github/workflows/build.yaml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
distribution: goreleaser
54
version: "~> v2"
55
- args: release --clean
+ args: release --clean --verbose
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
- args: release --clean --snapshot
+ args: release --clean --verbose --snapshot
66
67
68
0 commit comments