Skip to content

Commit

Permalink
fix: include registry manifest in goreleaser release configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Sep 21, 2022
1 parent 5b047fa commit b01972c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ checksum:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'

0 comments on commit b01972c

Please sign in to comment.