mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
[ci skip] try better changelog
This commit is contained in:
parent
e5167971f4
commit
f520d5e3db
1 changed files with 2 additions and 4 deletions
6
.github/workflows/gradle.yml
vendored
6
.github/workflows/gradle.yml
vendored
|
|
@ -69,9 +69,7 @@ jobs:
|
||||||
- name: Prepare release env variable
|
- name: Prepare release env variable
|
||||||
if: ${{ github.event_name == 'release' && success() }}
|
if: ${{ github.event_name == 'release' && success() }}
|
||||||
run: |
|
run: |
|
||||||
echo "RELEASE_CHANGELOG<<EOF" >> $GITHUB_ENV
|
printf 'RELEASE_CHANGELOG=%s\n' "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
|
||||||
echo "${{ github.event.release.body || '' }}" >> $GITHUB_ENV
|
|
||||||
echo "EOF" >> $GITHUB_ENV
|
|
||||||
echo "IS_GITHUB_PRERELEASE=${{ github.event.release.prerelease }}" >> $GITHUB_ENV
|
echo "IS_GITHUB_PRERELEASE=${{ github.event.release.prerelease }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Prepare publish env variable
|
- name: Prepare publish env variable
|
||||||
|
|
@ -168,4 +166,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)
|
# 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.
|
-# note: automated release. spigot is not uploaded yet.
|
||||||
|
|
||||||
${{ env.RELEASE_CHANGELOG }}
|
${{ env.RELEASE_CHANGELOG }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue