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:
parent
e2cd07bcc9
commit
5187f029ec
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user