File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11dev /*
22tmp /*
3+ dist /*
34.DS_Store
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ archives:
3333- format : zip
3434 name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3535checksum :
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
4141signs :
@@ -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}"
5454release :
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
6060changelog :
You can’t perform that action at this time.
0 commit comments