Skip to content

Commit b1fbf9b

Browse files
committed
do not update the published release text
1 parent 319a8a6 commit b1fbf9b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/auto-release.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,8 @@ jobs:
103103
run: |
104104
TAG="${{ steps.changelog.outputs.tag }}"
105105
106-
# Update release body to add PyPI link
107-
echo "" >> release_body.txt
108-
echo "**PyPI:** 📦 Published to [PyPI](https://pypi.org/project/pgmob/${{ steps.changelog.outputs.version }}/)" >> release_body.txt
109-
110-
# Publish the draft release
111-
gh release edit "$TAG" \
112-
--draft=false \
113-
--notes-file release_body.txt
106+
# Just publish the draft release without changing the body
107+
gh release edit "$TAG" --draft=false
114108
115109
- name: Release Published
116110
if: steps.check_release.outputs.exists == 'false'

0 commit comments

Comments
 (0)