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 34a8b6e commit 11838f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ 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=$BODYINFO" >> $GITHUB_OUTPUT
echo "BodyInfo<<EOF=$BODYINFO" >> $GITHUB_OUTPUT
echo $BODYINFO >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Publish Release
if: steps.build.outcome == 'success'
Expand Down

0 comments on commit 11838f5

Please sign in to comment.