Skip to content

Commit

Permalink
goreleaser: fix command (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarrella-figma authored Oct 4, 2023
1 parent 57228a4 commit 577a5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ checksum:
signs:
- args:
- "--batch"
- "--detach-sign"
- "${artifact}"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"
artifacts: checksum

0 comments on commit 577a5ed

Please sign in to comment.