Skip to content

Commit

Permalink
fix(release): another attempt to fix the release step (#531)
Browse files Browse the repository at this point in the history
changing `{artifact}` in `signs` cmd to `{digest}`
  • Loading branch information
transient1 committed May 8, 2024
1 parent 4e7fff1 commit 833dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ checksum:

signs:
- cmd: sh
args: ["-c", "echo 'y' | cosign sign-blob --key=hashivault://cosign --output-signature ${signature} ${artifact}"]
args: ["-c", "echo 'y' | cosign sign-blob --key=hashivault://cosign --output-signature ${signature} ${digest}"]
artifacts: checksum

docker_signs:
Expand Down

0 comments on commit 833dc21

Please sign in to comment.