fix: fix another error in goreleaser.yml

This commit is contained in:
Patryk Hegenberg 2024-11-27 09:42:05 +01:00
parent 8edb962f9b
commit 85a867753d
3 changed files with 0 additions and 18 deletions

View file

@ -25,15 +25,6 @@ builds:
- windows
- darwin
signs:
- cmd: cosign
args:
- "sign-blob"
- "--key=cosign.key"
- "--output-signature=${signature}"
- "${artifact}"
artifacts: all
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.