diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a5a10c..0cbddab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,10 +55,7 @@ jobs: tags=$(git tag | grep -E $tag_pattern | sort -Vr ) PREVIOUS_TAG=$( echo "$tags" | head -n2| tail -n1 ) - git log $PREVIOUS_TAG...$LATEST_TAG --pretty=format:"%h - %s" -5 > commit.log - echo "===== Commit file =====" - cat commit.log - echo "====== files end ======" + git log $PREVIOUS_TAG...$LATEST_TAG --pretty=format:"%h - %s | " -5 > commit.log echo "::set-output name=message::$(cat commit.log)" - name: Rust Cache