From 5c97b61f83c040a78d94156af18058a722b38879 Mon Sep 17 00:00:00 2001 From: guessi Date: Mon, 16 Dec 2024 00:52:56 +0800 Subject: [PATCH] Bump tcnksm/ghr v0.17.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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