Remove github-actions ::set-output command.

This commit is contained in:
Blarc
2022-11-26 17:30:37 +01:00
committed by Jakub Chrzanowski
parent e95cbd35b0
commit fa28cdc87e
3 changed files with 8 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ jobs:
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
echo "::set-output name=changelog::$CHANGELOG"
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
# Update Unreleased section with the current release note
- name: Patch Changelog