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.
2 parents 2160d59 + f808839 commit 7f5c800Copy full SHA for 7f5c800
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
id: goreleaser
50
with:
51
version: latest
52
- args: release --clean
+ args: release --verbose
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
# attest artifacts
.goreleaser.yaml
@@ -31,6 +31,7 @@ sboms:
31
- ids:
32
- go-cli-github
33
- another-binary
34
+ disable: false
35
36
changelog:
37
use: github-native
0 commit comments