mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 06:46:11 +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
|
# 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
|
git log --pretty=format:%s `git tag --sort=-committerdate | head -1`...main | sed -z 's/\n/\n\n- /g' > changelog.txt
|
||||||
# Initial list marker
|
# Initial list marker
|
||||||
echo "changelog=- " >> $GITHUB_OUTPUT
|
echo "changelog=- $(cat changelog.txt)" >> $GITHUB_OUTPUT
|
||||||
cat changelog.txt >> $GITHUB_OUTPUT
|
|
||||||
- name: Update Release
|
- name: Update Release
|
||||||
uses: meeDamian/github-release@2.0
|
uses: meeDamian/github-release@2.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue