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.
1 parent 91a10e9 commit 17e0c48Copy full SHA for 17e0c48
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
go-version: 1.17.x
26
27
- name: install head cosign
28
- run: go install github.com/sigstore/cosign@main
+ run: go install github.com/sigstore/cosign/cmd/cosign@main
29
30
- name: check cosign
31
run: cosign version
0 commit comments