Revert "[ci skip] try better changelog"

This reverts commit f520d5e3db.
This commit is contained in:
alexcrea 2026-03-25 03:52:18 +01:00
parent 889d452466
commit d061bfc6f4
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -69,7 +69,9 @@ jobs:
- name: Prepare release env variable
if: ${{ github.event_name == 'release' && success() }}
run: |
printf 'RELEASE_CHANGELOG=%s\n' "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
echo "RELEASE_CHANGELOG<<EOF" >> $GITHUB_ENV
echo "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo "IS_GITHUB_PRERELEASE=${{ github.event.release.prerelease }}" >> $GITHUB_ENV
- name: Prepare publish env variable
@ -166,4 +168,4 @@ jobs:
# New ${{ github.event.release.prerelease && 'beta' || '' }} version of custom anvil ! <:CustomAnvil:1262550667986342001>([Modrinth](https://modrinth.com/plugin/customanvil), [Hangar](https://hangar.papermc.io/alexcrea/CustomAnvil) and [GitHub](${{ github.event.release.html_url }}) links)
-# note: automated release. spigot is not uploaded yet.
${{ env.RELEASE_CHANGELOG }}
${{ env.RELEASE_CHANGELOG }}