Skip to content

Commit

Permalink
Updated python-publish action
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Nov 2, 2024
1 parent cad159f commit ab366e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
git config --local user.name "GitHub Actions"
git checkout main
echo "Appending new release notes to RELEASE_NOTES.md"
echo -e "\n## Version ${{ github.event.release.tag_name }} - Released on ${{ github.event.release.published_at }}\n" >> RELEASE_NOTES.md
echo -e "**Changes:**\n" >> RELEASE_NOTES.md
echo -e "\n## $(echo "${{ github.event.release.published_at }}" | cut -d'T' -f1) - version ${{ github.event.release.tag_name }}\n" >> RELEASE_NOTES.md
echo "${{ github.event.release.body }}" >> RELEASE_NOTES.md
echo -e "\n---\n" >> RELEASE_NOTES.md
git add RELEASE_NOTES.md
Expand Down

0 comments on commit ab366e8

Please sign in to comment.