Skip to content

Commit

Permalink
Merge pull request #3 from akquinet/fix-cicd
Browse files Browse the repository at this point in the history
fix(goreleaser): remove signing
  • Loading branch information
rwxd authored Jan 8, 2024
2 parents e006824 + 20b9b14 commit 3f3a1e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ builds:
- linux
- darwin
- windows
signs:
- artifacts: checksum
args:
[
"--batch",
]
# signs:
# - artifacts: checksum
# args:
# [
# "--batch",
# ]
archives:
- format: zip
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 3f3a1e7

Please sign in to comment.