aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0bb0ed2..3ad9450 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -188,7 +188,7 @@ jobs:
echo "- Channel: stable"
echo "- Commit: ${COMMIT}"
echo ""
- echo "See CHANGELOG.md for the full list of changes."
+ echo "See the GitHub release notes for the full list of changes."
} > "${NOTES_FILE}"
EXISTING_DRAFT="$(gh release view "${TAG}" --json isDraft --jq '.isDraft' 2>/dev/null || true)"
@@ -196,7 +196,6 @@ jobs:
if [[ "${EXISTING_DRAFT}" == "true" ]]; then
gh release edit "${TAG}" \
--title "${TITLE}" \
- --notes-file "${NOTES_FILE}" \
--draft \
--prerelease=false \
--latest=false