Skip to content

Commit

Permalink
Merge pull request #424 from hashicorp/goreleaser-publisher-extra-files
Browse files Browse the repository at this point in the history
goreleaser: Comment out` publishers` `extra_files` to prevent runtime error
  • Loading branch information
ewbankkit authored Mar 11, 2022
2 parents b062555 + ed73856 commit e499af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ checksum:
publishers:
- name: hc-releases
checksum: true
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
# extra_files:
# - glob: 'terraform-registry-manifest.json'
# name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
signature: true
cmd: hc-releases upload-file {{ abs .ArtifactPath }}
env:
Expand Down

0 comments on commit e499af9

Please sign in to comment.