Skip to content

Commit

Permalink
Merge pull request #537 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 12, 2024
2 parents 0b9a778 + 3043e29 commit 5e219b3
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 @@ -120,7 +120,7 @@ release:
echo '```' > release.txt
cd artifacts; sha1sum * >> ../release.txt
echo '```' >> release.txt
go install github.com/tcnksm/ghr@latest
go install github.com/tcnksm/ghr@v0.16.2
export "PATH=$(PATH):$(shell go env GOPATH)/bin" && ghr -prerelease -n $$RELEASE_VERSION -body="$$(cat ./release.txt)" $$RELEASE_VERSION artifacts/

linter:
Expand Down

0 comments on commit 5e219b3

Please sign in to comment.