Skip to content

Commit 2621752

Browse files
authored
Merge pull request #245 from smlx/ci-debug
ci debug
2 parents 5e1f570 + 55415fd commit 2621752

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: goreleaser
5959
with:
6060
version: latest
61-
args: release --clean --verbose
61+
args: release --clean
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
# attest artifacts

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dockers_v2:
3838
- latest
3939
build_args:
4040
BINARY: go-cli-github
41-
sbom: true
4241
- id: another-binary
4342
ids:
4443
- another-binary

0 commit comments

Comments
 (0)