Skip to content

Commit

Permalink
Merge pull request #23 from Venafi/fix-release-make-command
Browse files Browse the repository at this point in the history
Fix: Github Release Tool
  • Loading branch information
luispresuelVenafi authored Jan 23, 2025
2 parents 60302e4 + 4e36101 commit bfc5cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@ collect_artifacts:
mkdir -p artifacts
cp -rv $(DIST_DIR)/* artifacts

# We are making the Github release tool static to v0.16.2, since in v0.17.0 and above, we are required to use
# Golang version 1.23. Thus we keep it with a compatible version for us, until we bump Golang to that version.
release:
go install github.com/tcnksm/ghr@latest
go install github.com/tcnksm/ghr@v0.16.2
ghr -prerelease -n $$RELEASE_VERSION $$RELEASE_VERSION artifacts/

clean:
Expand Down

0 comments on commit bfc5cde

Please sign in to comment.