Don't print the release notes body
Some checks failed
Validate URLs / validate (push) Has been cancelled
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled

- I did so because I suspected the Markdown wasn't being extracted from the changelog correctly
- But that suspicion was wrong.
This commit is contained in:
Jesse Talavera 2024-10-19 17:19:13 -04:00
parent aee7a181c5
commit 08862a8aa4

View File

@ -82,10 +82,6 @@ jobs:
# The .info file doesn't vary by platform, so we only need to upload one
if-no-files-found: error
# TODO: Format the changelog lines so that my use of sembr doesn't make it look weird
- name: Print Release Notes Body
run: echo "${{ needs.check-release-version.outputs.release-notes }}"
- name: Create Release
uses: softprops/action-gh-release@v2
if: "${{ !inputs.dry-run }}"