Skip to content

Commit 306bf07

Browse files
authored
ci: removed output from signing step (#81)
1 parent 440722c commit 306bf07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
3535
- name: Set up Go
3636
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
37+
with:
38+
go-version-file: 'go.mod'
3739
- name: Run GoReleaser
3840
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5
3941
with:

.goreleaser.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ docker_signs:
8484
- cmd: "cosign"
8585
args:
8686
- "sign"
87-
- "${artifact}"
87+
- "${digest}"
8888
- "--yes"
8989
artifacts: all
90-
output: true
9190

9291
signs:
9392
- cmd: "cosign"
@@ -96,7 +95,6 @@ signs:
9695
- "${artifact}"
9796
- "--yes"
9897
artifacts: all
99-
output: true
10098

10199
changelog:
102100
sort: asc

0 commit comments

Comments
 (0)