Skip to content

Commit

Permalink
fix: cosign goreleaser gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbulcke committed Mar 25, 2023
1 parent 282a3b2 commit b0eaec5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
go-version-file: go.mod

- name: Install Cosign
uses: sigstore/cosign-installer@main

-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -51,7 +54,7 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
## Cosign ENV Vars
Expand Down

0 comments on commit b0eaec5

Please sign in to comment.