Skip to content

Commit

Permalink
fix(ci-cd|release): initial goreleaser configuration syntax error (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Sep 27, 2023
1 parent c907def commit 408cc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ signs:
artifacts: checksum
args: [
"--batch",
"--local-user"
"--local-user",
"{{ .Env.GPG_FINGERPRINT }}",
"--output",
"${signature}",
"--detach-sign",
"${artifact}"
"${artifact}",
]
output: true

Expand Down

0 comments on commit 408cc06

Please sign in to comment.