Skip to content

Commit

Permalink
fix: goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Mar 20, 2023
1 parent bb59991 commit 5187a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: "v1.4.1"
cosign-release: "v1.13.0"
- name: Setup Cosign
run: |
echo "${COSIGN_KEY}" > "$GITHUB_WORKSPACE/cosign.key"
Expand Down

0 comments on commit 5187a68

Please sign in to comment.