Skip to content

Commit

Permalink
replease deprecated gh-release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Feb 5, 2018
1 parent 600f09f commit 8b93e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ dist:

.PHONY: release
release: dist
ifndef GITHUB_ACCESS_TOKEN
$(error GITHUB_ACCESS_TOKEN is undefined)
ifndef GITHUB_TOKEN
$(error GITHUB_TOKEN is undefined)
endif
git push
gh-release create databus23/helm-diff $(VERSION) master
github-release databus23/helm-diff v$(VERSION) master "v$(VERSION)" "release/*"

0 comments on commit 8b93e49

Please sign in to comment.