From 424a4efb7ab7d33e35e83078037ba0b58da21a23 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 25 Mar 2025 14:05:23 -0700 Subject: [PATCH] ci: update release workflow step to output changelogs --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9f6d9f3..94b5a393 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -502,15 +502,15 @@ jobs: # By converting the step into an env var, we quote the text, and it fixes the issue. # # - - name: "Echo Changelog - Categorized" + - name: "🙊 Changelog › Step to Env › Categorized" env: CHANGELOG_CATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }} - run: echo "CHANGELOG_CATEGORIZED" + run: echo "$CHANGELOG_CATEGORIZED" - - name: "Echo Changelog - Uncategorized" + - name: "🙊 Changelog › Step to Env › Uncategorized" env: CHANGELOG_UNCATEGORIZED: ${{ steps.task_release_changelog_categorized.outputs.changelog }} - run: echo "CHANGELOG_UNCATEGORIZED" + run: echo "$CHANGELOG_UNCATEGORIZED" # # # Changelog › Fetch @@ -523,7 +523,6 @@ jobs: startsWith( env.SHOW_UNCATEGORIZED, false ) run: | echo "$CHANGELOG_CATEGORIZED" - echo "${{ steps.task_release_changelog_escape_categorized.outputs.get-changelog-cat }}" - name: '📝 Changelog › Print (Uncategorized)' id: task_release_changelog_print_uncategorized