Skip to content

Commit

Permalink
Bump tcnksm/ghr v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Dec 15, 2024
1 parent 9665a51 commit 5c97b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c97b61

Please sign in to comment.