mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-11 10:13:59 +00:00
CI: Fixed newline in Github release message
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user