Skip to content

Commit a08904b

Browse files
committed
Attempt to fix signing by updating command
1 parent d1e9e5a commit a08904b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,13 @@ builds:
1313
- arm64
1414
signs:
1515
- cmd: cosign
16-
signature: "${artifact}.sig"
17-
certificate: "${artifact}.pem"
16+
signature: "${artifact}.sigstore.json"
1817
args:
1918
- sign-blob
20-
- "--oidc-provider=github-actions"
21-
- "--output-certificate=${certificate}"
22-
- "--output-signature=${signature}"
19+
- "--bundle=${signature}"
2320
- "${artifact}"
2421
- --yes
25-
artifacts: all
26-
output: true
22+
artifacts: checksum
2723
brews:
2824
- name: git-wip
2925
repository:

0 commit comments

Comments
 (0)