Skip to content

Commit

Permalink
Fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-kacen committed Oct 8, 2024
1 parent 6deee89 commit f7c0cc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,19 @@ 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
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
release:
extra_files:
- glob: 'terraform-registry-manifest.json'
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
changelog:
disable: false
use: github
Expand Down

0 comments on commit f7c0cc8

Please sign in to comment.