Skip to content

Commit

Permalink
fix: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraintelops committed Nov 26, 2023
1 parent f499a1a commit 8894af8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ compage
/config.yaml

dist/
/cosign.key
/cosign.pub
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nfpms:

signs:
- cmd: cosign
stdin: '{{ .Env.COSIGN_PWD }}'
stdin: '{{ .Env.COSIGN_PASSWORD }}'
args:
- "sign-blob"
- "--key=cosign.key"
Expand Down

0 comments on commit 8894af8

Please sign in to comment.