Skip to content

Commit 167ead1

Browse files
revert cosign-installer back to v3 (#5669)
1 parent 783a860 commit 167ead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
TAG="$(curl --silent "https://api.github.com/repos/replicatedhq/kots/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')"
257257
export TAG
258258
echo "GORELEASER_PREVIOUS_TAG=${TAG}" >> "$GITHUB_ENV"
259-
- uses: sigstore/cosign-installer@v4.0.0
259+
- uses: sigstore/cosign-installer@v3.10.1
260260
- name: Get Cosign Key
261261
run: |
262262
echo "$COSIGN_KEY" | base64 -d > ./cosign.key

0 commit comments

Comments
 (0)