Skip to content

Commit

Permalink
fix: remove reference to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Sep 12, 2022
1 parent 5bc1f5d commit 0e9a046
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
project_name: ethereum-account-metrics-exporter
project_name: ethereum-address-metrics-exporter

before:
hooks:
- go mod tidy
- go generate ./...
- make build-web
builds:
- env:
- CGO_ENABLED=0
binary: ethereum-account-metrics-exporter-{{.Version}}
binary: ethereum-address-metrics-exporter-{{.Version}}
goos:
- linux
- windows
Expand All @@ -23,7 +22,7 @@ builds:
ignore:
- goarch: 386
ldflags:
- -s -w -X github.com/savid/ethereum-account-metrics-exporter/pkg/version.Release={{.Tag}} -X github.com/savid/ethereum-account-metrics-exporter/pkg/version.GitCommit={{.ShortCommit}}
- -s -w -X github.com/savid/ethereum-address-metrics-exporter/pkg/version.Release={{.Tag}} -X github.com/savid/ethereum-address-metrics-exporter/pkg/version.GitCommit={{.ShortCommit}}
mod_timestamp: "{{ .CommitTimestamp }}"
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 0e9a046

Please sign in to comment.