Skip to content

Commit

Permalink
Problem: goreleaser is using wrong Env for GitHub token (fixes #251) (#…
Browse files Browse the repository at this point in the history
…252)

Solution: updated to use github token + commented out brews, as it may need to be updated manually
before permissioning is figured out
  • Loading branch information
tomtau committed Nov 6, 2020
1 parent 46f0399 commit de32aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
goarch:
- amd64
flags:
- -tags=cgo,ledger,!test_ledger_mock,!ledger_mock,!ledger_zemu
- -tags=testnet,cgo,ledger,!test_ledger_mock,!ledger_mock,!ledger_zemu
ldflags:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=crypto-com-chain -X github.com/cosmos/cosmos-sdk/version.ServerName=chain-maind -X github.com/cosmos/cosmos-sdk/version.ClientName=chain-maincli -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}
- id: "chain-maind-linux"
Expand All @@ -30,7 +30,7 @@ builds:
goarch:
- amd64
flags:
- -tags=cgo,ledger,!test_ledger_mock,!ledger_mock,!ledger_zemu
- -tags=testnet,cgo,ledger,!test_ledger_mock,!ledger_mock,!ledger_zemu
ldflags:
- -s -w -X github.com/cosmos/cosmos-sdk/version.Name=crypto-com-chain -X github.com/cosmos/cosmos-sdk/version.ServerName=chain-maind -X github.com/cosmos/cosmos-sdk/version.ClientName=chain-maincli -X github.com/cosmos/cosmos-sdk/version.Version={{.Version}} -X github.com/cosmos/cosmos-sdk/version.Commit={{.Commit}}
- id: "chain-maind-windows"
Expand Down Expand Up @@ -82,4 +82,4 @@ snapshot:
# owner: "crypto-com"
# name: "homebrew-chain-maind"
# install: |
# bin.install "chain-maind"
# bin.install "chain-maind"

0 comments on commit de32aee

Please sign in to comment.