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:
parent
564f5917fb
commit
b69e4ff865
1 changed files with 1 additions and 2 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue