From b69e4ff865f12b420e862b0495d70ae45aaa2d69 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Fri, 11 Nov 2022 10:05:48 -0800 Subject: [PATCH] Attempt to fix changelog in beta --- .github/workflows/rust.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 23c8f8f..ed9ac82 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: