Skip to content

Commit

Permalink
Merge pull request #160 from Venafi/pipeline-github-release-tool-fix
Browse files Browse the repository at this point in the history
Fix: Github Release Tool
  • Loading branch information
luispresuelVenafi authored Nov 14, 2024
2 parents 1772334 + 620c53a commit ab5dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,5 @@ release:
echo '```' > release.txt
cd artifacts; sha256sum * >> ../release.txt
echo '```' >> release.txt
go install github.com/tcnksm/ghr@latest
go install github.com/tcnksm/ghr@v0.16.2
ghr -prerelease -n $$RELEASE_VERSION -body="$$(cat ./release.txt)" $$RELEASE_VERSION artifacts/

0 comments on commit ab5dedb

Please sign in to comment.