From 08862a8aa4cf185606fbf54aafc0b5b8f8ee0220 Mon Sep 17 00:00:00 2001 From: Jesse Talavera Date: Sat, 19 Oct 2024 17:19:13 -0400 Subject: [PATCH] Don't print the release notes body - I did so because I suspected the Markdown wasn't being extracted from the changelog correctly - But that suspicion was wrong. --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1665e5d..b3e12d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}"