Skip to content

Commit

Permalink
making the pipeline github release tool version static until we bump …
Browse files Browse the repository at this point in the history
…Vcert to Golang v1.23
  • Loading branch information
luispresuelVenafi committed Nov 11, 2024
1 parent 529fbed commit 8863a70
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 8863a70

Please sign in to comment.