1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Attempt to fix changelog in beta

This commit is contained in:
jugeeya 2022-11-11 10:05:48 -08:00
parent 564f5917fb
commit b69e4ff865

View file

@ -103,8 +103,7 @@ jobs:
# Grab latest tag, grab log vs. main, replace newlines with two newlines and a list marker
git log --pretty=format:%s `git tag --sort=-committerdate | head -1`...main | sed -z 's/\n/\n\n- /g' > changelog.txt
# Initial list marker
echo "changelog=- " >> $GITHUB_OUTPUT
cat changelog.txt >> $GITHUB_OUTPUT
echo "changelog=- $(cat changelog.txt)" >> $GITHUB_OUTPUT
- name: Update Release
uses: meeDamian/github-release@2.0
with: