We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 476aa2a + 85debd3 commit ca6523aCopy full SHA for ca6523a
.goreleaser.yml
@@ -49,6 +49,18 @@ checksum:
49
name_template: '{{ .ProjectName }}_{{ .Env.PROVIDER_VERSION }}_manifest.json'
50
name_template: '{{ .ProjectName }}_{{ .Env.PROVIDER_VERSION }}_SHA256SUMS'
51
algorithm: sha256
52
+signs:
53
+ - artifacts: checksum
54
+ args:
55
+ # if you are using this in a GitHub action or some other automated pipeline, you
56
+ # need to pass the batch flag to indicate its not interactive.
57
+ - "--batch"
58
+ - "--local-user"
59
+ - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
60
+ - "--output"
61
+ - "${signature}"
62
+ - "--detach-sign"
63
+ - "${artifact}"
64
release:
65
extra_files:
66
- glob: 'terraform-registry-manifest.json'
0 commit comments