Skip to content

Commit

Permalink
disable signing hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
bitte-ein-bit committed Apr 30, 2024
1 parent 3c0e455 commit 26635d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ builds:
- darwin
goarch:
- "amd64"
hooks:
post: gon gon-amd64.json
# hooks:
# post: gon gon-amd64.json
- id: macos-arm64
binary: clisso
goos:
- darwin
goarch:
- "arm64"
hooks:
post: gon gon-arm64.json
# hooks:
# post: gon gon-arm64.json

archives:
- format: zip
Expand Down

0 comments on commit 26635d0

Please sign in to comment.