1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-13 23:32:24 +03:00

chore(cd): remove deprecated set-output usage

This commit is contained in:
Orhun Parmaksız 2022-12-22 15:53:13 +03:00
parent e2cd07bcc9
commit 5187f029ec
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -33,7 +33,9 @@ jobs:
r="${r//'%'/'%25'}"
r="${r//$'\n'/'%0A'}"
r="${r//$'\r'/'%0D'}"
echo "::set-output name=release_body::$r"
echo 'RELEASE_BODY<<EOF' >> $GITHUB_ENV
echo "$r" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
publish-github:
name: Publish on GitHub