Skip to content

Commit

Permalink
Fix .goreleaser.yml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Sep 1, 2020
1 parent 2a24640 commit efa5824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ builds:
- main: ./cmd/kubectl-prune/main.go
ldflags:
- -s -w
- -X github.com/micnncim/clown/pkg/version.Version={{.Tag}}
- -X github.com/micnncim/clown/pkg/version.Revision={{.ShortCommit}}
- -X github.com/micnncim/kubectl-prune/pkg/version.Version={{.Tag}}
- -X github.com/micnncim/kubectl-prune/pkg/version.Revision={{.ShortCommit}}
goos:
- linux
- darwin
Expand Down

0 comments on commit efa5824

Please sign in to comment.