chore: fix update description on build-rc workflow (#772)

This commit is contained in:
Tim Man
2024-01-25 17:23:28 +08:00
committed by GitHub
parent 9fce0615d0
commit c6ee41bcbc

View File

@@ -86,6 +86,7 @@ jobs:
PR_ID: ${{ github.event.pull_request.number }}
run: |
# update PR description
cd scripts
cat release.json | jq -r .body > body.md
echo -e "\n\nRelease candidate: $(cat release.json | jq -r .html_url)" >> body.md
echo -e "\nTo publish this rc as latest: Merge Commit this PR" >> body.md