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 5e1f570 + 55415fd commit 2621752Copy full SHA for 2621752
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
id: goreleaser
59
with:
60
version: latest
61
- args: release --clean --verbose
+ args: release --clean
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
# attest artifacts
.goreleaser.yaml
@@ -38,7 +38,6 @@ dockers_v2:
38
- latest
39
build_args:
40
BINARY: go-cli-github
41
- sbom: true
42
- id: another-binary
43
ids:
44
- another-binary
0 commit comments