Skip to content

Commit

Permalink
Fix goreleaser to rename project (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Sep 21, 2020
1 parent 837023d commit a75191a
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
@@ -1,9 +1,9 @@
builds:
- main: ./cmd/kubectl-prune/main.go
- main: ./cmd/kubectl-reap/main.go
ldflags:
- -s -w
- -X github.com/micnncim/kubectl-prune/pkg/version.Version={{.Tag}}
- -X github.com/micnncim/kubectl-prune/pkg/version.Revision={{.ShortCommit}}
- -X github.com/micnncim/kubectl-reap/pkg/version.Version={{.Tag}}
- -X github.com/micnncim/kubectl-reap/pkg/version.Revision={{.ShortCommit}}
goos:
- linux
- darwin
Expand Down

0 comments on commit a75191a

Please sign in to comment.