Skip to content

Commit 17e0c48

Browse files
committed
update go install
1 parent 91a10e9 commit 17e0c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.17.x
2626

2727
- name: install head cosign
28-
run: go install github.com/sigstore/cosign@main
28+
run: go install github.com/sigstore/cosign/cmd/cosign@main
2929

3030
- name: check cosign
3131
run: cosign version

0 commit comments

Comments
 (0)