We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaedce9 commit b278b40Copy full SHA for b278b40
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Cosign
22
uses: sigstore/cosign-installer@v3
23
with:
24
- cosign-release: 'v2.2.4'
+ cosign-release: 'v2.4.0'
25
- name: Store Cosign private key in a file
26
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
27
shell: bash
0 commit comments