mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-04-29 05:05:45 +08:00
chore: fix update description on build-rc workflow (#772)
This commit is contained in:
1
.github/workflows/build-rc.yml
vendored
1
.github/workflows/build-rc.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user