Skip to content

Commit

Permalink
Provider Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
H4-8ZSI authored and H4-8ZSI committed Jun 19, 2024
1 parent f61b0ea commit 18cbfba
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before:
- 'go mod download'
builds:
- # Binary naming only required for Terraform CLI 0.12
binary: '{{ .ProjectName }}_v{{ .Version }}_x5'
binary: '{{ .ProjectName }}_{{ .Version }}'
env:
- CGO_ENABLED=0
flags:
Expand Down Expand Up @@ -61,14 +61,14 @@ release:
ids:
- none
signs:
- args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
artifacts: checksum
cmd: signore
signature: ${artifact}.sig
- args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
artifacts: checksum
cmd: signore
id: key-id
signature: ${artifact}.72D7468F.sig
- artifacts: checksum
args:
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
snapshot:
name_template: "{{ .Tag }}-next"

0 comments on commit 18cbfba

Please sign in to comment.