Skip to content

Commit f0b678b

Browse files
authored
gpg
1 parent bc09d06 commit f0b678b

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dev/*
22
tmp/*
3+
dist/*
34
.DS_Store

.goreleaser.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ archives:
3333
- format: zip
3434
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3535
checksum:
36-
#extra_files:
37-
# - glob: 'terraform-registry-manifest.json'
38-
# name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
36+
extra_files:
37+
- glob: 'terraform-registry-manifest.json'
38+
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
3939
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
4040
algorithm: sha256
4141
signs:
@@ -45,16 +45,16 @@ signs:
4545
# need to pass the batch flag to indicate its not interactive.
4646
#- "--batch"
4747
- "--local-user"
48-
#- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
49-
- "9A1E6CE7F48388C92872F35F567B0CA42DAB0F38"
48+
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
49+
#- "C41849693EB646243843302B70B9B6D8DE032DD2"
5050
- "--output"
5151
- "${signature}"
5252
- "--detach-sign"
5353
- "${artifact}"
5454
release:
55-
#extra_files:
56-
# - glob: 'terraform-registry-manifest.json'
57-
# name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
55+
extra_files:
56+
- glob: 'terraform-registry-manifest.json'
57+
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
5858
# If you want to manually examine the release before its live, uncomment this line:
5959
# draft: true
6060
changelog:

0 commit comments

Comments
 (0)