diff --git a/.goreleaser.yml b/.goreleaser.yml index 928f283..7e0eb4d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -35,18 +35,18 @@ archives: checksum: name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS' algorithm: sha256 -signs: [] -# - artifacts: checksum -# args: -# # if you are using this is a GitHub action or some other automated pipeline, you -# # need to pass the batch flag to indicate its not interactive. -# - "--batch" -# - "--local-user" -# - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key -# - "--output" -# - "${signature}" -# - "--detach-sign" -# - "${artifact}" +signs: + - artifacts: checksum + args: + # if you are using this is a GitHub action or some other automated pipeline, you + # need to pass the batch flag to indicate its not interactive. + - "--batch" + - "--local-user" + - "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key + - "--output" + - "${signature}" + - "--detach-sign" + - "${artifact}" release: # If you want to manually examine the release before its live, uncomment this line: # draft: true