Skip to content

Commit 8894af8

Browse files
fix: release.yaml
1 parent f499a1a commit 8894af8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ compage
1515
/config.yaml
1616

1717
dist/
18+
/cosign.key
19+
/cosign.pub

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ nfpms:
6060

6161
signs:
6262
- cmd: cosign
63-
stdin: '{{ .Env.COSIGN_PWD }}'
63+
stdin: '{{ .Env.COSIGN_PASSWORD }}'
6464
args:
6565
- "sign-blob"
6666
- "--key=cosign.key"

0 commit comments

Comments
 (0)