Skip to content

Commit 8b93e49

Browse files
committed
replease deprecated gh-release tool
1 parent 600f09f commit 8b93e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dist:
4343

4444
.PHONY: release
4545
release: dist
46-
ifndef GITHUB_ACCESS_TOKEN
47-
$(error GITHUB_ACCESS_TOKEN is undefined)
46+
ifndef GITHUB_TOKEN
47+
$(error GITHUB_TOKEN is undefined)
4848
endif
4949
git push
50-
gh-release create databus23/helm-diff $(VERSION) master
50+
github-release databus23/helm-diff v$(VERSION) master "v$(VERSION)" "release/*"

0 commit comments

Comments
 (0)