Skip to content

Commit

Permalink
Merge pull request #15 from qdrant/removed-unused-publisher
Browse files Browse the repository at this point in the history
removed unused publisher
  • Loading branch information
n0x29a authored Jun 24, 2024
2 parents f2f6b5c + 4302542 commit 0ffa089
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ checksum:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
publishers:
- checksum: true
# Terraform CLI 0.10 - 0.11 perform discovery via HTTP headers on releases.hashicorp.com
# For providers which have existed since those CLI versions, exclude
# discovery by setting the protocol version headers to 5.
cmd: hc-releases upload -product {{ .ProjectName }} -version {{ .Version }} -file={{ .ArtifactPath }}={{ .ArtifactName }} -header=x-terraform-protocol-version=5 -header=x-terraform-protocol-versions=5.0
env:
- HC_RELEASES_HOST={{ .Env.HC_RELEASES_HOST }}
- HC_RELEASES_KEY={{ .Env.HC_RELEASES_KEY }}
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
name: upload
signature: true
milestones:
- close: true
release:
Expand Down

0 comments on commit 0ffa089

Please sign in to comment.