Skip to content

Commit

Permalink
Merge pull request #41 from lifeomic/fix-tf-release
Browse files Browse the repository at this point in the history
Fix tf release
  • Loading branch information
hemp authored Sep 22, 2022
2 parents 3e414b5 + b01972c commit 378e9d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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'

2 changes: 1 addition & 1 deletion terraform-registry-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": 1,
"metadata": {
"protocol_versions": [
"5.0"
"6.0"
]
}
}

0 comments on commit 378e9d3

Please sign in to comment.