Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 9, 2020
1 parent 60c92eb commit f0233e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ archives:
checksum:
name_template: "checksums.txt"
algorithm: sha256
release:
extra_files:
- glob: ./kubeconf
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test/release: goreleaser
.PHONY: test/krew
test/krew:
docker run -v $(PWD)/.krew-release-bot.yaml:/tmp/template-file.yaml rajatjindal/krew-release-bot:v0.0.38 \
krew-release-bot template --tag v0.1.0 --template-file /tmp/template-file.yaml
krew-release-bot template --tag v0.1.1 --template-file /tmp/template-file.yaml

.PHONY: test/go
test/go:
Expand Down

0 comments on commit f0233e8

Please sign in to comment.