Merge pull request #29041 from ashley-cui/relemail

Fix release email
This commit is contained in:
Paul Holzinger
2026-06-25 17:47:06 +02:00
committed by GitHub

View File

@@ -188,7 +188,6 @@ jobs:
--------------
EOF
echo "${GITHUB_TOKEN}" | gh auth login --with-token
gh release view "$VERSION" \
--repo "${GITHUB_REPOSITORY}" --json=body --jq '.body' >> email_body.txt