We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8abd16 commit 3eb07f6Copy full SHA for 3eb07f6
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
51
git tag ${{ needs.changelog.outputs.tag }}
52
- name: Install cosign 🔑
53
- uses: sigstore/cosign-installer@d13028333d784fcc802b67ec924bcebe75aa0a5f
+ uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06
54
with:
55
cosign-release: 'v1.4.0'
56
- name: Private Key 🔐
0 commit comments