chore: add blobs config to goreleaser file
parent
b945c6e915
commit
79a36667b5
|
@ -39,3 +39,8 @@ checksum:
|
|||
algorithm: sha256
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}-next"
|
||||
blobs:
|
||||
- provider: s3
|
||||
bucket: snyk-assets
|
||||
region: us-east-1
|
||||
folder: "cli/driftctl/{{.Tag}}"
|
||||
|
|
Loading…
Reference in New Issue