Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit d612780

Browse files
author
Vitaly Velikodny
committed
rm extra_files for 'terraform-registry-manifest.json'
1 parent 2a127ff commit d612780

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ archives:
3333
- format: zip
3434
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3535
checksum:
36-
extra_files:
37-
- glob: 'terraform-registry-manifest.json'
38-
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
3936
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
4037
algorithm: sha256
4138
signs:
@@ -51,9 +48,6 @@ signs:
5148
- "--detach-sign"
5249
- "${artifact}"
5350
release:
54-
extra_files:
55-
- glob: 'terraform-registry-manifest.json'
56-
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
5751
# If you want to manually examine the release before its live, uncomment this line:
5852
# draft: true
5953
changelog:

0 commit comments

Comments
 (0)