Skip to content

Commit d17015c

Browse files
genisdclaude
andcommitted
ci: remove gpg signing from goreleaser
Signing requires GPG_FINGERPRINT env var which is not available in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 5612a6b commit d17015c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

goreleaser.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,3 @@ release:
4343
extra_files:
4444
- glob: terraform-registry-manifest.json
4545
name_template: "{{ .ProjectName }}_{{ .Version }}_manifest.json"
46-
signs:
47-
- artifacts: checksum
48-
args:
49-
# If you are using this in a GitHub action or some other automated pipeline,
50-
# you need to pass the batch flag to indicate its not interactive.
51-
- --batch
52-
- --local-user
53-
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
54-
- --output
55-
- ${signature}
56-
- --detach-sign
57-
- ${artifact}

0 commit comments

Comments
 (0)