Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 22, 2021
1 parent 513f623 commit ccff8c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- run: go install github.com/sigstore/cosign/cmd/cosign@latest
- run: cosign --version
- run: cosign sign-blob --help
env:
COSIGN_EXPERIMENTAL: 1
- uses: goreleaser/goreleaser-action@v2
if: success() && startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit ccff8c6

Please sign in to comment.