From 0be87dabd17fbb9b36e8d100ddd2aa4a3fd4566a Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 28 Jan 2024 22:32:03 +0100 Subject: [PATCH] CI: Fixed newline in Github release message --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 938459fd0..76379378b 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -301,7 +301,7 @@ jobs: else echo "::notice::Releasing production release $PICARD_VERSION" fi - echo "*Please refer to the [download page](https://picard.musicbrainz.org/downloads/) for official download locations.*\n" > changes-$PICARD_VERSION.md + echo -e "*Please refer to the [download page](https://picard.musicbrainz.org/downloads/) for official download locations.*\n" > changes-$PICARD_VERSION.md ./scripts/tools/changelog-for-version.py $PICARD_VERSION >> changes-$PICARD_VERSION.md - name: Create release uses: softprops/action-gh-release@v1