diff --git a/Makefile b/Makefile index bf324e4..9674c81 100644 --- a/Makefile +++ b/Makefile @@ -68,8 +68,8 @@ clean: release: @echo "Creating Releases..." - @curl -LO https://github.com/tcnksm/ghr/releases/download/v0.16.2/ghr_v0.16.2_linux_amd64.tar.gz - @tar --strip-components=1 -xvf ghr_v0.16.2_linux_amd64.tar.gz ghr_v0.16.2_linux_amd64/ghr + @curl -LO https://github.com/tcnksm/ghr/releases/download/v0.17.0/ghr_v0.17.0_linux_amd64.tar.gz + @tar --strip-components=1 -xvf ghr_v0.17.0_linux_amd64.tar.gz ghr_v0.17.0_linux_amd64/ghr ./ghr -version ./ghr -replace -recreate -token ${GITHUB_TOKEN} $(GITVERSION) releases/$(GITVERSION)/ sha1sum releases/$(GITVERSION)/*.tar.gz > releases/$(GITVERSION)/SHA1SUM