Skip to content

Commit

Permalink
修复生成reless信息错误
Browse files Browse the repository at this point in the history
  • Loading branch information
clion007 authored Oct 30, 2024
1 parent 11838f5 commit c7a9208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
DIS=$(curl -fsSL https://github.com/jellyfin/jellyfin/releases/latest | grep "<p>")
CHANGE=$(curl -fsSL https://github.com/jellyfin/jellyfin/releases/latest | grep "<li>" | sed '/<li>$/d')
BODYINFO="${DIS}\n<h3>📈 Changes</h3>\n<ul>\n${CHANGE}\n</ul>"
echo "BodyInfo<<EOF=$BODYINFO" >> $GITHUB_OUTPUT
echo "BodyInfo<<EOF" >> $GITHUB_OUTPUT
echo $BODYINFO >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c7a9208

Please sign in to comment.