ci: replace deprecated command with env file (#698)

This commit is contained in:
Jongwoo Han 2023-02-26 21:48:33 +09:00 committed by GitHub
parent 6fec19aa8c
commit c7e546ab54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,7 @@ jobs:
| tail +12 \ | tail +12 \
| sed -e 's/^\+//' \ | sed -e 's/^\+//' \
| sed -z 's/\n/%0A/g;s/\r/%0D/g')" | sed -z 's/\n/%0A/g;s/\r/%0D/g')"
echo "::set-output name=changelog::${changelog}" echo "changelog=${changelog}" >> $GITHUB_OUTPUT
- name: Publish release - name: Publish release
run: git push --follow-tags run: git push --follow-tags
- name: Publish GitHub release - name: Publish GitHub release