Skip to content

Commit

Permalink
Merge pull request #13 from auth0/patch/fix-go-releaser
Browse files Browse the repository at this point in the history
Remove terraform-registry-manifest.json reference
  • Loading branch information
sergiught authored Feb 15, 2022
2 parents 3716c6f + b78a77e commit 564f650
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ archives:
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'

checksum:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256

Expand All @@ -48,9 +45,6 @@ signs:
- "${artifact}"

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

changelog:
skip: true

0 comments on commit 564f650

Please sign in to comment.