diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2112cb6..efcd775 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -36,6 +36,8 @@ signs: args: # if you are using this in a GitHub action or some other automated pipeline, you # need to pass the batch flag to indicate its not interactive. + - "-pinentry-mode" + - "loopback" - "--batch" - "--local-user" - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key @@ -43,6 +45,10 @@ signs: - "${signature}" - "--detach-sign" - "${artifact}" +release: + extra_files: + - glob: 'terraform-registry-manifest.json' + name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json' changelog: disable: false use: github