Skip to content

Commit

Permalink
fix: Add release step in goreleaser (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored Mar 14, 2022
1 parent d9a7f01 commit 63f221e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ signs:
- "${signature}"
- "--detach-sign"
- "${artifact}"

release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'

0 comments on commit 63f221e

Please sign in to comment.