Skip to content

Commit

Permalink
Updated goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget committed Apr 17, 2020
1 parent c01fe20 commit 9f49993
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project_name: dfusebox
project_name: dfuse-eosio
release:
github:
owner: eoscanada
name: dfuse
owner: dfuse-io
name: dfuse-eosio
name_template: '{{.Tag}}'
before:
hooks:
Expand All @@ -12,7 +12,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/dfusebox
main: ./cmd/dfuseeos
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}}
binary: dfusebox
goos:
Expand All @@ -29,9 +29,11 @@ archives:
386: i386
amd64: x86_64
files:
- LICENSE*
- README*
- CHANGELOG*
- LICENSE
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
- INSTALL.md
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -56,9 +58,3 @@ signs:
artifacts: checksum
env_files:
github_token: ~/.config/goreleaser/github_token
# brew:
# github:
# owner: dfuse-io
# name: homebrew-tap
# homepage: "https://eosc.app/"
# description: "Cross-platform EOS command-line swiss-army-knife"

0 comments on commit 9f49993

Please sign in to comment.