CI: Fixed newline in Github release message

This commit is contained in:
Philipp Wolfer
2024-01-28 22:32:03 +01:00
parent 2bc3089330
commit 0be87dabd1

View File

@@ -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