We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504d64c commit f8777d0Copy full SHA for f8777d0
1 file changed
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
id: goreleaser
59
with:
60
version: latest
61
- args: release --clean
+ args: release --clean --verbose
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
# attest artifacts
0 commit comments