File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ jobs:
480
480
> [!WARNING]
481
481
> This is a **release candidate**, which means it is not a stable release and could contain bugs. You should download it at your own risk.
482
482
483
- ${{ steps.task_release_changelog_categorized.outputs.changelog }}
484
- ${{ steps.task_release_changelog_uncategorized.outputs.changelog }}
483
+ ${{ env.CHANGELOG_CATEGORIZED }}
484
+ ${{ env.CHANGELOG_UNCATEGORIZED }}
485
485
486
486
# ---------------------------------------------------------------------------------------
487
487
# Print Status
@@ -493,8 +493,8 @@ jobs:
493
493
echo "Printing Variables"
494
494
echo
495
495
echo "---- CHANGELOG ---------------------------------------------------------------"
496
- echo "${{ steps.task_release_changelog_categorized.outputs.changelog }}"
497
- echo "${{ steps.task_release_changelog_uncategorized.outputs.changelog }}"
496
+ echo "${{ env.CHANGELOG_CATEGORIZED }}"
497
+ echo "${{ env.CHANGELOG_UNCATEGORIZED }}"
498
498
echo "---- CHANGELOG ---------------------------------------------------------------"
499
499
echo ""
500
500
echo ""
You can’t perform that action at this time.
0 commit comments