Skip to content

Commit

Permalink
Use latest cosign-installer action in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
orlangure committed Nov 7, 2022
1 parent 16a7273 commit 619d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: sigstore/cosign-installer@v2.0.0 # installs cosign
- uses: sigstore/cosign-installer@v2.8.1 # installs cosign
- uses: goreleaser/goreleaser-action@v2 # run goreleaser
with:
version: latest
Expand Down

0 comments on commit 619d90e

Please sign in to comment.