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 78e3ee4 commit 8608aacCopy full SHA for 8608aac
.github/workflows/release.yaml
@@ -256,7 +256,7 @@ jobs:
256
TAG="$(curl --silent "https://api.github.com/repos/replicatedhq/kots/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')"
257
export TAG
258
echo "GORELEASER_PREVIOUS_TAG=${TAG}" >> "$GITHUB_ENV"
259
- - uses: sigstore/cosign-installer@v3.9.2
+ - uses: sigstore/cosign-installer@v3.10.0
260
- name: Get Cosign Key
261
run: |
262
echo "$COSIGN_KEY" | base64 -d > ./cosign.key
0 commit comments