Skip to content

Commit

Permalink
Updated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosueiras committed Jun 9, 2020
1 parent a362302 commit deebe72
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ snapshot:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
dist: dist
sign:
cmd: gpg
args:
- --output
- $signature
- --detach-sig
- $artifact
signature: ${artifact}.sig
artifacts: none
signs:
- cmd: gpg
args:
- --output
- $signature
- --detach-sig
- $artifact
signature: ${artifact}.sig
artifacts: none
env_files:
github_token: ~/.config/goreleaser/github_token
github_urls:
Expand Down

0 comments on commit deebe72

Please sign in to comment.